Skip to content

0.1.4

Choose a tag to compare

@kyolee415 kyolee415 released this 27 Oct 23:23
· 206 commits to main since this release

What's changed

  • Bug fix: Update docs_agent.py to remove a no-longer-in-use error message variable.
  • Clean up the prompt format in Docs Agent
    • Context is added to prompts as Markdown
    • Remove extra new lines in context
    • Add extra new lines after the instruction and before the question in prompts.
  • Remove the warning message in the Chroma module, which as displayed
    when launching the chatbot.
  • Update the embeddings diagrams in the main README file.
  • Minor updates in the main README file.