Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 418 Bytes

Examples

Be sure to have ollama running (localhost://11434 -> Ollama is running)

Be sure to have configured properly the settings.toml file

To run this example you had to activate the web server:

poetry run python exact_rag/main.py

Then in another shell you can run the client_rag.py which provides a simple client to send data to RAG and chatting.

poetry run python client_rag.py