So, you wanna talk with your documents with AI?
Discover how our cutting-edge AI technology is transforming the way journalists work, from streamlining research to enhancing storytelling.

Dataharvest 2024
Exploring every step of a chatbot
Lets see every step of a chatbot from the database that we created.
- 1. Text embedding the user inputUse GPT to pick what you wrote and convert it to a vector.
- 2. Query the database and get the responses that are related to what you askedWe will be using cosine similarity to get the most similar responses.
- 3. Give it a personallityUse prompt engineering to give the chatbot a personallity.