dylanjcastillo / blog_comments

dylancastillo.co comments
1 stars 0 forks source link

semantic-search-with-opensearch-cohere-and-fastapi/ #17

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

Semantic Search with OpenSearch, Cohere, and FastAPI

In this tutorial, I'll you'll learn how to build a semantic search service using OpenSearch, Cohere, and FastAPI. You'll create an app that lets users search through news articles to find the ones that are most relevant to their query.

https://dylancastillo.co/semantic-search-with-opensearch-cohere-and-fastapi/

tarunamasa commented 11 months ago

Great article. How have you seen the quality of results differ from using a opensearch solution vs just a vector similarity search on a vector database like qdrant? Have you tried different plugins/ranking strategies?