This API builds on the haystack platform for indexing and embedding markdown documents. It uses OpenAI ChatGPT for answer generation
- Clone this repo!
- Install dependencies:
pipenv install
- Run the development server:
python -m main.py
Open http://localhost:8080/docs with your browser to see the OpenAPI documentation.
To learn more about Haystack and OpenAI, take a look at the following resources:
- Haystack Documentation - learn about the Haystack platform by deepset.ai.
- OpenAI docs - the OpenAI docs site.
- Frontend implementation can be found here.
Questions or comments? Reach out to @larsbaunwall
Don't forget to ⭐ this repo!