Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 596 Bytes

OpenAi Chatgpt on your own data

Here are the technical stacks that I am utilizing to build this chatbot:

  • Node.js, Python, MongoDB, and React for the web application
  • OpenAI ChatGPT Turbo 3.5 for conversation
  • OpenAI Ada model for embedding
  • Vectorization for long-term and short-term memory
  • Pincones Database for embedding

Features

  • User management system
  • Long-term, permanent conversations with the bot
  • Custom indexes - use your own files, PDFs, TXT files, websites
  • Automatic retry on API errors
  • Change and view model parameters such as temp, top_p, etc. directly