toolzzlabzz / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
0 stars 0 forks source link

Refactor backend from Python to Node.js #3

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR refactors the backend of the project from Python to Node.js. The existing Python code has been translated into Node.js, ensuring that all functionalities are preserved. The new Node.js backend integrates seamlessly with the existing frontend and other services.

Summary of Changes

Please review and merge these changes. Thank you!

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/refactor-backend-nodejs

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.