Skip to content
Snippets Groups Projects
Commit 6d2a60cb authored by yisding's avatar yisding Committed by GitHub
Browse files

Merge pull request #179 from mtutty/add-pgvector-store

Add PGVectorStore
parents dcd1aa12 9d1844f8
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ poetry shell
By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.
Example `backend/.env` file:
```
OPENAI_API_KEY=<openai_api_key>
```
......
......@@ -12,6 +12,7 @@ poetry shell
By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.
Example `backend/.env` file:
```
OPENAI_API_KEY=<openai_api_key>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment