-
Updated
Oct 31, 2019 - Python
semantic-search
Here are 36 public repositories matching this topic...
-
Updated
Jun 18, 2020 - Python
-
Updated
May 28, 2020 - Jupyter Notebook
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(
Instead of:
{
Get {
Things {
Article {
title
url
wordCount
HasAuthors {
... on Author {
name
}
... on Publication {
name
}
}
}
}
}
}Use
{
Get {
Things {
Article {
title
url
-
Updated
Apr 26, 2019 - Jupyter Notebook
-
Updated
Apr 14, 2020 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Feb 12, 2020 - Python
sandbox
spacy
- A tour of awesome features of spaCy (part 1/2) - https://medium.com/eliiza-ai/a-tour-of-awesome-features-of-spacy-part-1-2-58b32425954f
- A tour of awesome features of spaCy (part 2/2) - https://medium.com/eliiza-ai/a-tour-of-awesome-features-of-spacy-part-2-2-d7bd628a81ce
- How to Train NER with Custom training data using spaCy. https://medium.com/@manivannan_data/how-to-train-
-
Updated
Oct 16, 2016
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Feb 12, 2020 - Java
-
Updated
Apr 26, 2019 - Python
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Jun 28, 2019
-
Updated
Jun 28, 2019
-
Updated
May 8, 2020 - Jupyter Notebook
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Oct 15, 2018 - Python
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Jun 4, 2020 - Python
-
Updated
Feb 28, 2017 - Java
-
Updated
May 1, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Dec 23, 2015 - Java
-
Updated
Apr 21, 2018 - Ruby
-
Updated
Dec 21, 2016 - Web Ontology Language
Improve this page
Add a description, image, and links to the semantic-search topic page so that developers can more easily learn about it.
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."


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: