john0isaac / rag-semantic-kernel-mongodb-vcore

A sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search, and semantic kernel.
https://techcommunity.microsoft.com/t5/educator-developer-blog/build-rag-chat-application-using-azure-openai-and-cosmos-db-for/ba-p/4055852
MIT License
28 stars 44 forks source link

Command error in Readme.md #9

Closed Menghua1 closed 4 months ago

Menghua1 commented 4 months ago

Describe the issue: According to Readme.md, when running the command source .venv\Scripts\activate, an error occurs. The error is as follows: image image

Suggestion: Change the command source .venv\Scripts\activate to source .venv/Scripts/activate.

@john0isaac and @hemarina for notification.