mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-22 15:25:31 -04:00
6d4d96f8fe
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
Qdrant Vector Store Example
How to run examples/qdrantdb/preFilters.ts:
Add your OpenAI API Key into a file called .env in the parent folder of this directory. It should look like this:
OPEN_API_KEY=sk-you-key
Now, open a new terminal window and inside examples, run npx tsx qdrantdb/preFilters.ts.