Hello, I have a question regarding chromaDB, let's say that I have an index stored on ChromaDB, when send a query to that index, will the calculations be handled on chromaDB server or on my local machine RAM?
Hi all, I would like to calculate the number of tokens in order to get the pricing when using GPT 3.5 turbo, I found tiktoken that calculates the number of tokens of a text, but I am wondering when we use llama index, will the number of tokens of our knowledge base cost us also?