hackrx6.0 / app

Commit History

changes in add_document
d81c7f2

rohannsinghal commited on

made changes to add_document fxn
e85c76b

rohannsinghal commited on

fix for chromadb embedding fxn
5375a1a

rohannsinghal commited on

Final: Correct Dockerfile and restore app code
084bcc6

rohannsinghal commited on

made changes to main_api.py
be7ad0c

rohannsinghal commited on

added models to kaggle and connected using ngrok
98c83b3

rohannsinghal commited on

updated main_api.py to reduce time
6179ad8

rohannsinghal commited on

changes to main_api.py files making it more robust and better
6179555

rohannsinghal commited on

changes in main_api.py file
43a0745

rohannsinghal commited on

changes in main_api.py file
02370ed

rohannsinghal commited on

changes in main_api.py file
f4f2da2

rohannsinghal commited on

provided directory to main_api.py
b8e014b

rohannsinghal commited on

made changes to main_api.py
0c4f4d8

rohannsinghal commited on

changed entire main_api.py file
665288d

rohannsinghal commited on

removed existing pipeline and created new retriever and chain
396bcd4

rohannsinghal commited on

made changes to query retriever
d1a7dac

rohannsinghal commited on

changes to groqllm class
887ef76

rohannsinghal commited on

changes to groqllm class
43e596a

rohannsinghal commited on

changes related to groq error
b73b717

rohannsinghal commited on

made chanes to groqllm class
a8946b2

rohannsinghal commited on

changed enitire requirements.txt and main_api.py to intergrate langchain with it and more ml based matching to get good responses.
1aa2de7

rohannsinghal commited on

changed code of main_api.py to address issues like api key managment and better response generation
cc8d10a

rohannsinghal commited on

made chanes to main_api.py file to get better answers
6cbc1b0

rohannsinghal commited on

made changes in main_api.py file so that this error :NameError: name 'chunks' is not defined does not occur
93af0a7

rohannsinghal commited on

made changes to main_api.py so that this error : TypeError: 'DocumentChunk' object is not subscriptable does not occur
75a0f2f

rohannsinghal commited on

made changes in main_api.py file to make sure that this issue :AttributeError: 'State' object has no attribute 'chroma_client' does not occur
eb7b2a1

rohannsinghal commited on

fix: orrect .gitignore and removed b from tracking
46ea3d7

rohannsinghal commited on

fix: Import Request object
0967030

rohannsinghal commited on

fix: Correct object access for adding documents to ChromaDB
b259f00

rohannsinghal commited on