Added settings file

This commit is contained in:
henri123lemoine
2023-06-27 01:46:19 -04:00
parent 4b64f3bae0
commit 0c97ea61c5
+6
View File
@@ -0,0 +1,6 @@
### PINECONE ###
PINECONE_INDEX_NAME = "stampy-chat-embeddings-test"
PINECONE_VALUES_DIMS = 1536
PINECONE_METRIC = "cosine"
PINECONE_METADATA_ENTRIES = ["entry_id", "source", "title", "authors", "text"]