-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add baseline DSPy implementation #7
Conversation
bd38541
to
f1ad816
Compare
Adding a clean up function for the embeddings issue with chromadb while testing would be helpful |
By "clean up", do you mean delete the |
I suppose cleaning up the collections won't be as necessary in this file as we're not swapping embeddings often when testing, but if we do plan on integrating this with the chatbot we should have some option delete the files as opposed to doing this everytime. |
Add baseline DSPy implementation
ollama run openhermes
(Install Ollama from https://ollama.ai/)Note the DSPy prompt is not yet optimized ("compiled" in DSPY parlance). Waiting on better retrieval results.