Skip to content

Commit

Permalink
Adds a sample for using history with CosmosDB
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
denniszielke committed Feb 22, 2024
1 parent 3f7ab37 commit a7635f6
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME = "<YOUR AZURE OPENAI EMBEDDINGS DEPLOYME
AZURE_AI_SEARCH_SERVICE_NAME = "<YOUR AZURE AI SEARCH SERVICE NAME - e.g. ai-vectorstore-xyz>"
AZURE_AI_SEARCH_ENDPOINT = "<YOUR AZURE AI SEARCH ENDPOINT NAME - e.g. https://ai-vectorstore-xyz.search.windows.net"
AZURE_AI_SEARCH_INDEX_NAME = "<YOUR AZURE AI SEARCH INDEX NAME - e.g. ai-search-index>"
AZURE_AI_SEARCH_API_KEY = "<YOUR AZURE AI SEARCH ADMIN API KEY - get this value from the Azure portal>"
AZURE_AI_SEARCH_API_KEY = "<YOUR AZURE AI SEARCH ADMIN API KEY - get this value from the Azure portal>"

MONGO_DB_CONNECTION_STRING = "<mongodb://account:==@account.mongo.cosmos.azure.com:10255/? - Azure Cosmos DB for MongoDB get this value from the azure portal>"
Loading

0 comments on commit a7635f6

Please sign in to comment.