films.csv #41433
Replies: 1 comment 3 replies
-
Vector is usually generate by embedding models. you can train your own model(especially for recommendation system) or use pretrained. models, like openAI or cohere. unfortunately, you can not explain any of its dimension since it's all learned from deep learning models |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a quick question. This is regarding milvus-sdk-go.
I see this file:
https://github.com/milvus-io/milvus-sdk-go/blob/master/examples/films.csv
I am wondering what these 8 vectors represent, for example:
[0.1292651, 0.9912045, 0.3094408, 0.046774946, 0.38359597, 0.7688596, 0.7061159, 0.5430034]
Where can I get more details? Also, is it possible to search only few vectors, say vector 0 to 2? How can I achieve it?
I am new to Milvus and also AI. Sorry if the question is basic and/or incorrect. Request you to correct as needed and respond.
Thanks
Dharani
Beta Was this translation helpful? Give feedback.
All reactions