inkchatgpt / document_retriever.py

Commit History

Refactor app to have a LLM models selection
14ea497

vinhnx90 commited on

Update app
d1e97a4

vinhnx90 commited on

Use Cohere's Rerank to improve search retrieval performance
e698d82

vinhnx90 commited on

Update document_retriever.py
2b35025
unverified

Vinh Nguyen commited on

Refactor app
6f96801

vinhnx90 commited on

Improve performance with contextual compression, a technique where retrieved documents are compressed, and irrelevant information is filtered out.
9caad80

vinhnx90 commited on

Update document_retriever.py
0d052d7
unverified

Vinh Nguyen commited on

Disable tokenizer transformer parallelism to avoid deadlocks
91d4c2f
unverified

Vinh Nguyen commited on

Add new app icon. Refactor and cleanup.
0e17e2d

vinhnx90 commited on