Skip to content

Commit

Permalink
Merge pull request #80 from Azure/cosmosdb
Browse files Browse the repository at this point in the history
Adds a sample for using history with CosmosDB
  • Loading branch information
denniszielke authored Feb 22, 2024
2 parents 3f7ab37 + a7635f6 commit 5f3ef06
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 5f3ef06

Please sign in to comment.