3CE8D2BAC65BDD6AA9
3CE8D2BAC65BDD6AA9
This question may have been asked already. But after many searches, i still cannot find out how to search phrases . Any suggestion?
Does Flexsearch have proximity search. A proximity search looks for terms that are within a specific distance from one another. To perform a proximity search, add the tilde character ~...
I have been trying the codes at: [https://github.com/vespa-engine/sample-apps/tree/master/multi-vector-indexing](https://github.com/vespa-engine/sample-apps/tree/master/multi-vector-indexing) [https://blog.vespa.ai/build-news-recommendation-app-from-python-with-vespa/](https://blog.vespa.ai/build-news-recommendation-app-from-python-with-vespa/) Everything works fine. Thank you! When I run the codes, I can see that the CPU is almost 100% utiilized but...
I am a newbie that try to install Marian. My machine is an AMD 5900X and running Ubuntu 20.04. I have tried different CUDA (10-12) and gcc (9-12) combinations. But...
I have been trying https://github.com/weaviate/weaviate-examples/blob/main/harrypotter-qa-haystack-weaviate/JUPYTER-HarryPotter-QA-Haystack-Weaviate.ipynb a few times at my local machine. My code is: from haystack.utils > import clean_wiki_text > import pandas as pd > > harry = pd.read_csv("https://s3.eu-central-1.amazonaws.com/deepset.ai-farm-qa/datasets/documents/harry_potter_wiki.csv")...