Your own natural language search and knowledge base with Farspeak
How to use your MongoDB Atlas connection string in Farspeak?
How to use your MongoDB Atlas connection string in Farspeak? How to build your own AI app in JS / TS in no time?
The tutorial is in the Use your Atlas database for RAG section of the Farspeak JS client: https://github.com/farspeak/farspeak-js
Below you can find a short overview.
First, go to Settings.
Then, generate the key.
Then, add your (driver: node.js, version: 5.5 or later) connection string.
Finally, use your keys in your apps.
Don’t forget to include the vector index name (search indexes tab in Atlas).
Don’t forget about the right npm version (at least 1.2.1 or later).
And make sure that your database can be accessed by your users (check your Network Settings).
Happy coding!