Skip to content

Commit

Permalink
add note for collection name (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kore authored Nov 15, 2024
1 parent 64d8ded commit 7560148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ docker run -it --network health-rec_app-network -v <path_to_data_dir_with_json_f

Then we can run the following commands to upload the data to the vector database:

**Note**: Replace `<collection_name>` with the name of the collection you want to create. The default collection name specified in the `.env.development` file is `test`.

```bash
python3 health_rec/manage_data.py create --name <collection_name>
OPENAI_API_KEY=$YOUR_OPENAI_API_KEY python3 health_rec/manage_data.py load --name <collection_name> --data_dir /data --load_embeddings
Expand Down

0 comments on commit 7560148

Please sign in to comment.