Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

api

README.md

Meet Bricky - a conversational bot (Haystack chatbot backend)

This API builds on the haystack platform for indexing and embedding markdown documents. It uses OpenAI ChatGPT for answer generation

Getting started

  1. Clone this repo!
  2. Install dependencies: pipenv install
  3. Run the development server: python -m main.py

Open http://localhost:8080/docs with your browser to see the OpenAPI documentation.

Learn more

To learn more about Haystack and OpenAI, take a look at the following resources:

Powered by haystack and OpenAI ChatGPT

  • Frontend implementation can be found here.

Questions or comments? Reach out to @larsbaunwall

Don't forget to this repo!