-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add json_rag.ipynb, update readme #90
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
base: main
Are you sure you want to change the base?
Conversation
Heya, I think it was because I built it in colab originally then downloaded it. I copied and pasted into a normal notebook and it seems to have fixed the problem |
Thanks, I can now see it.
thanks!! |
I noticed in the contribution file that you said not to include notebook outputs so I've not included these, but happy to include these if needed |
There should be a making sense balance. we don't want to show garbage, but if it is crucial for the tutorial we want to show it |
For sure, makes sense. Included the outputs |
Added a notebook to cover a simple technique to apply RAG with JSON data.
Implemented with SentenceTransformer and FAISS to simplify being able to run offline and without API keys.
Update README.md to include references