Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: RAG Module #9

Merged
merged 34 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0badd79
feat: setup basic dataset versions
DaniAkash Apr 8, 2024
e5bced7
feat: setup concurrent annotation upload
DaniAkash Apr 9, 2024
31d1827
feat: setup datasets base class
DaniAkash Apr 9, 2024
3a192c5
feat: setup image classification dataset classes
DaniAkash Apr 10, 2024
ce8e305
feat: setup bulk upload utils
DaniAkash Apr 12, 2024
4ddc80b
feat: setup bulkupload
DaniAkash Apr 12, 2024
1daefde
feat: upload from folder method
DaniAkash Apr 12, 2024
911ea52
feat: upload from csv
DaniAkash Apr 12, 2024
1f3eb9a
fix: search test cases
DaniAkash Apr 15, 2024
bb12468
fix: lint issues
DaniAkash Apr 18, 2024
07c1474
feat: added algorithm to search
DaniAkash Apr 19, 2024
dfa9655
fix: test cases
DaniAkash Apr 22, 2024
cc27f48
feat: setup tests for search
DaniAkash Apr 23, 2024
4a3376e
chore: fix lint issues
DaniAkash Apr 23, 2024
b9b03fa
fix: failing tests
DaniAkash Apr 23, 2024
7916a07
chore: upgrade grpc module
DaniAkash Apr 23, 2024
2f732dc
chore: replace deprecated uuid package
DaniAkash Apr 23, 2024
7d7750d
chore: setup base rag class
DaniAkash Apr 24, 2024
1cad4c6
feat: setup llma powered utilities
DaniAkash Apr 24, 2024
41ffd5e
feat: setup chat method
DaniAkash Apr 24, 2024
0dad81b
fix: lint issues
DaniAkash Apr 24, 2024
23574af
feat: setup rag with tests
DaniAkash Apr 29, 2024
d5a53d6
fix: failing tests with url helper
DaniAkash Apr 29, 2024
c081079
fix: lint issues
DaniAkash Apr 30, 2024
fd1c824
fix: addressed review comments
DaniAkash May 2, 2024
a95725d
feat: use event emitter for bulk upload progress
DaniAkash May 2, 2024
350171a
chore: fix lint issues
DaniAkash May 2, 2024
e1efb8a
Merge branch 'dani/datasets' into dani/rag
DaniAkash May 2, 2024
50c5905
refactor: use array notation for polygon type
DaniAkash May 2, 2024
84ddcd3
Merge branch 'main' of https://github.com/Clarifai/clarifai-nodejs in…
DaniAkash May 2, 2024
f2de443
chore: remove unused server state management code
DaniAkash May 3, 2024
1e59898
fix: increase client state test timeout
DaniAkash May 3, 2024
3948e4e
fix: lint issues
DaniAkash May 3, 2024
6384f07
fix: constructors
DaniAkash Jun 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading