The Wayback Machine - https://web.archive.org/web/20200618175334/https://github.com/topics/semantic-search
Skip to content
#

semantic-search

Here are 36 public repositories matching this topic...

jusjosgra
jusjosgra commented Feb 25, 2020

This library is excellent and I would really like to use it, so first of all thank you for making it available!

Unfortunately, there isnt enough documentation to make it particularly usable beyond a default deployment. For example it is not clear how I could:

  1. send a query directly to es through the nboost proxy without reranking (this is useful for evaluating performance)
  2. use my own mod
haystack
nathan-chappell
nathan-chappell commented May 4, 2020

When using a Finder with a TfidfRetriever (InMemoryDocumentStore) and default TransformersReader all indices and scores are printed (see line 75 in tfidf.py), and there is no meta-data being inserted into the documents which are returned (line 96). I commented out the print call and added the following line to the Document constructor:

meta={'name':self.document_store.get_document_by_id(

Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015

  • Updated Feb 12, 2020
  • Python

Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search

  • Updated Feb 12, 2020
  • Java

Semantic Search for Sustainable Development is experimental code for searching documents for text that "semantically" corresponds to any of the UN's Sustainable development goals/targets. For example, it can be used to mine the national development plan documents of a country and identify pieces of text that correspond to any of the SDGs in order to verify alignment of the plan with the SDGs.

  • Updated Apr 26, 2019
  • Python

Improve this page

Add a description, image, and links to the semantic-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semantic-search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.