issues
search
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
32
stars
52
forks
source link
Add Python Tests
#17
Closed
john0isaac
closed
6 months ago
john0isaac
commented
6 months ago
This PR:
adds logging instead of print statements in the application
adds the use of try, except statement to handle errors from initializing the semantic kernel and starting the app successfully
initializes the application with dummy Azure credentials if none are provided through env vars.
adds pytest and pytest-asyncio to use for testing
Add GitHub automation to run the tests
This PR: