assistant icon indicating copy to clipboard operation
assistant copied to clipboard

feat: v1

Open loks0n opened this issue 1 year ago • 0 comments

  • Move vector store initialization to a dedicated script and save index to disk
  • Switch from basic Q&A chain to a streaming chat chain that maintains conversation history
  • Update dependencies including langchain, hnswlib-node, and other core packages
  • Remove direct OpenAI chat implementation in favor of langchain chat model
  • Add basic health check endpoint
  • Add API endpoint for chat conversations (/v1/chat)

loks0n avatar Dec 10 '24 18:12 loks0n