Skip to content

Commit

Permalink
feat: RAG Module (#9)
Browse files Browse the repository at this point in the history
* feat: setup basic dataset versions

* feat: setup concurrent annotation upload

* feat: setup datasets base class

* feat: setup image classification dataset classes

* feat: setup bulk upload utils

* feat: setup bulkupload

* feat: upload from folder method

* feat: upload from csv

* fix: search test cases

* fix: lint issues

* feat: added algorithm to search

* fix: test cases

* feat: setup tests for search

* chore: fix lint issues

* fix: failing tests

* chore: upgrade grpc module

* chore: replace deprecated uuid package

* chore: setup base rag class

* feat: setup llma powered utilities

* feat: setup chat method

* fix: lint issues

* feat: setup rag with tests

* fix: failing tests with url helper

* fix: lint issues

* fix: addressed review comments

* feat: use event emitter for bulk upload progress

* chore: fix lint issues

* refactor: use array notation for polygon type

* chore: remove unused server state management code

* fix: increase client state test timeout

* fix: lint issues

* fix: constructors
  • Loading branch information
DaniAkash authored Jun 28, 2024
1 parent d5c318c commit 7354e93
Show file tree
Hide file tree
Showing 15 changed files with 3,843 additions and 134 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,6 @@ example/*

# Test outputs
tests/client/workflow/export_general.yml

# Default workflow file path
prompter_wf.yaml
Loading

0 comments on commit 7354e93

Please sign in to comment.