Overview
You will learn to:- Set up your Neosantara AI API client.
- Install and initialize ChromaDB.
- Use Neosantara AI’s embedding model (
nusa-embedding-0001) to vectorize your documents. - Store these embeddings in ChromaDB.
- Retrieve relevant documents from ChromaDB based on a user query.
- Use Neosantara AI’s chat model (
nusantara-base) to generate a grounded answer using the retrieved context.