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.example
to.env
:
cp env.example .env
-
Update
.env
with your API keys. -
Install dependencies:
pip install -r requirements.txt
- The example is in
example.ipynb
.
MIT License