This example shows how to use Weavel with Langchain. It is based on this tutorial on building a RAG Q/A system.
To get the most out of this guide, you’ll need to:
- Copy
.env.exampleto.env:
cp env.example .env-
Update
.envwith your API keys. -
Install dependencies:
pip install -r requirements.txt- The example is in
example.ipynb.
MIT License