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

Merge from main #52

Merged
merged 73 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
fbd2576
Merge pull request #30 from arjbingly/project-BasicRAG
arjbingly Mar 16, 2024
014e697
Update prompts and embedding test
arjbingly Mar 17, 2024
fb1511c
chroma test
arjbingly Mar 18, 2024
169b2e9
Ruff config
arjbingly Mar 18, 2024
0ed01ea
LLM test
sanchitvj Mar 18, 2024
4b3a281
Ruff format
sanchitvj Mar 18, 2024
fdc6325
Create ruff_linting workflow
arjbingly Mar 19, 2024
44571be
debug chroma tests
arjbingly Mar 19, 2024
8e51732
ruff lint docstrings
arjbingly Mar 19, 2024
75b479e
separate pipes in llm test
arjbingly Mar 19, 2024
9e32fe5
add readme with valid tests
arjbingly Mar 19, 2024
31c3daf
Ruff docstring changes
arjbingly Mar 19, 2024
e040108
Merge branch 'main' into update-docs
arjbingly Mar 19, 2024
b05818f
Modified LLM tests
sanchitvj Mar 19, 2024
255112c
all test cases passed
sanchitvj Mar 19, 2024
c8ebb94
Restructure tests
arjbingly Mar 19, 2024
2e09499
Rename chroma_test to chroma_client_test
arjbingly Mar 19, 2024
43dd7b8
Remove not relevant tests
arjbingly Mar 19, 2024
7552ae8
All tests passed for basic RAG
sanchitvj Mar 19, 2024
0d9db06
Merge pull request #32 from arjbingly/project-BasicRAG
arjbingly Mar 19, 2024
02cb36f
resolved PR conflicts
sanchitvj Mar 19, 2024
d7059c6
Merge pull request #34 from arjbingly/tests
arjbingly Mar 19, 2024
7ab4c3f
Rename ruff_linting to ruff_linting.yml
sanchitvj Mar 19, 2024
a3e74de
Merge pull request #35 from arjbingly/runner
arjbingly Mar 19, 2024
dccd77b
Update ruff_linting.yml
sanchitvj Mar 19, 2024
d116ea2
Merge pull request #36 from arjbingly/sanchitvj-patch-1
arjbingly Mar 19, 2024
2d7c879
Create ruff_commit.yml
arjbingly Mar 19, 2024
4194cdd
Rename main.yml to ruff_commit.yml
arjbingly Mar 19, 2024
fb61922
Update ruff_commit.yml
sanchitvj Mar 19, 2024
e91ea84
Merge pull request #38 from arjbingly/arjbingly-patch-1
arjbingly Mar 19, 2024
0559d19
Update ruff_commit.yml
sanchitvj Mar 19, 2024
80bcc68
Update ruff_commit.yml
sanchitvj Mar 20, 2024
d749618
Update ruff_commit.yml
sanchitvj Mar 20, 2024
b378f56
style fixes by ruff
sanchitvj Mar 20, 2024
c07329c
Merge pull request #39 from arjbingly/sanchitvj-patch-2
arjbingly Mar 20, 2024
8b6ab3f
Update ruff_linting.yml
sanchitvj Mar 20, 2024
7fd62c9
Merge pull request #40 from arjbingly/sanchitvj-patch-1
arjbingly Mar 20, 2024
f4719fa
ruff format
arjbingly Mar 20, 2024
da5b5f3
Merge pull request #42 from arjbingly/ruff-reformat
arjbingly Mar 21, 2024
c151a50
Refactor attributes from multivec_retriever for consistency.
arjbingly Mar 21, 2024
5e72ad9
DeepLake client, vectordb
arjbingly Mar 21, 2024
379f21c
Merge pull request #43 from arjbingly/main
arjbingly Mar 21, 2024
820702f
Remove old chroma_client
arjbingly Mar 21, 2024
7729d32
Bug fix: top_k
arjbingly Mar 21, 2024
2f05d98
Update chroma_client_test
arjbingly Mar 21, 2024
41b2bcf
Deeplake tests, typing
arjbingly Mar 22, 2024
428c634
quantization
sanchitvj Mar 22, 2024
698efbd
Update to remove ruff errors
arjbingly Mar 22, 2024
acd4ba2
Ruff bugs
arjbingly Mar 22, 2024
0160117
style fixes by ruff
arjbingly Mar 22, 2024
aec7377
style fixes by ruff
sanchitvj Mar 22, 2024
2df28d1
style fixes by ruff
arjbingly Mar 22, 2024
cf0992a
Merge pull request #44 from arjbingly/update-docs
sanchitvj Mar 22, 2024
00e2d6b
Update embedding docstring
arjbingly Mar 23, 2024
26235f5
Update doc strings.
arjbingly Mar 23, 2024
58be4d8
Merge pull request #45 from arjbingly/update-docs
sanchitvj Mar 23, 2024
8e78f75
quantize file
sanchitvj Mar 23, 2024
79ebf3a
Merge branch 'quantize' of https://github.com/arjbingly/Capstone_5 in…
sanchitvj Mar 23, 2024
11697c0
Revert "Merge branch 'quantize' of https://github.com/arjbingly/Capst…
sanchitvj Mar 23, 2024
1bb1216
rectified quantization, issue with llama.cpp
sanchitvj Mar 24, 2024
a7354ee
issue in llama.cpp
sanchitvj Mar 24, 2024
caebf0a
Config changes for deeplake
arjbingly Mar 24, 2024
66c06d0
modifications and corrections after testing
sanchitvj Mar 24, 2024
f94114e
Retriever update
arjbingly Mar 24, 2024
b90a882
quantizations all tests passed
sanchitvj Mar 24, 2024
7a7d5a7
Merge branch 'main' into vectordb
arjbingly Mar 24, 2024
14ca30d
style fixes by ruff
sanchitvj Mar 24, 2024
454bb5d
style fixes by ruff
arjbingly Mar 24, 2024
56f16cf
Merge pull request #47 from arjbingly/vectordb
sanchitvj Mar 24, 2024
d161553
Merge branch 'main' into quantize
sanchitvj Mar 24, 2024
fd0e374
Merge pull request #48 from arjbingly/quantize
sanchitvj Mar 24, 2024
685403f
Create LICENSE
arjbingly Mar 25, 2024
046ed0e
Merge pull request #51 from arjbingly/LICENSE
arjbingly Mar 25, 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
Prev Previous commit
Next Next commit
Update ruff_commit.yml
sanchitvj authored Mar 20, 2024
commit d749618f171572d90ad0c73d3397306288e2aac0
2 changes: 1 addition & 1 deletion .github/workflows/ruff_commit.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install ruff
- run: ruff check src/
# - run: ruff check src/
- run: ruff format src/
- uses: stefanzweifel/git-auto-commit-action@v4
with: