-
Hi jina team!
The most common metric for semantic search is the cosine similarity. When using Faiss we don't have the cosine-similarity, but we can do the following:
1. normalize the vectors befor…
-
I'm running the example tutorial "Example of .find with query vector and filter", link: (https://docarray.jina.ai/advanced/document-store/annlite/#example-of-find-with-query-vector-and-filter ), but I…
-
Hi, i'm trying to run my own server following the steps in the repo but I've the following error:
![jinaerror](https://user-images.githubusercontent.com/45123055/166965089-556dac32-a44d-4fd4-8fc4-6…
-
I'm trying to run a local server in an anaconda environment; I've tried rebuilding the environment and even installed all dependencies manually, but I still get the same error. Running Mint/Ubuntu 20…
-
### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [ ] My issue happened while using mods.
### What happened?
Game performance inexplicably h…
-
Hi, i guss this is a comon case, if we have structured data like product name, category and the image url, the recommendation would be generate one vector per field? like
1 vector for product name…
-
**Describe the bug**
Fashion search is showing a bug when I try to run a Flow I loaded from YAML.
I've tried [replicating the conditions in the simplest manner possible](https://github.com/alexcg1…
-
We want to build a in-memory and real-time vector search system, and encounter some problems.
1. Is there a way of approximate search for docarray, not precise?
2. Is there realtime insert/delete op…
-
**Describe your proposal/problem**
I am implementing a service to index and search a media collection from s3.
Training and searching are both long running processes.
Im trying to implement them i…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Hi everyone, thanks for your great w…