Find answers from the community

Updated 3 months ago

llama_index/llama-index-legacy/llama_ind...

Hi Asad,

Thanks for asking this question.

From a glance at your code, yes, you should be able to conduct the vector search query via using the MongoDB vector search aggregate pipeline with LlamaIndex:

https://github.com/run-llama/llama_index/blob/main/llama-index-legacy/llama_index/legacy/vector_stores/mongodb.py#L160-L183

Please ensure you have the vector search index definition on your cloud atlas databse collection.

Happy to answer any follow up questions you have
A
W
3 comments
alright, thank you so much @richmond7284 for your reply. It was really helpful, appreciate it.
@richmond7284 I have another question, can I use LLamaIndex for commercial usage or required any license?
You can use it!! No license required
Add a reply
Sign up and join the conversation on Discord