Skip to content

jpbianchi/FinRAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use the endpoint

Please see the notebook 'app/notebooks/upload_index.ipynb' for examples of how to upload docs, index them, delete the data, erase the vector store, do a vector search or a full RAG.

One can upload as many documents as he wants, and decide when to index them, and then continue uploading documents, and, again, index them at any time.

The code works locally with uvicorn and here on Huggingface.

In 'tests/test_main.py', one can find a few ideas about how to test the code. It is of course far from being exhaustive, but I included simple unit tests and also some that test the overall capability of the code, ie answering a question with a LLM, fed by the results of a hybrid search on a Weaviate database.

About

A RAG for financial documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published