Logo
Explore Help
Register Sign In
yujunjun/haystack
1
0
Fork 0
You've already forked haystack
mirror of https://github.com/deepset-ai/haystack.git synced 2025-09-11 01:02:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
haystack/test/test_document.py

7 lines
127 B
Python
Raw Normal View History

Rename and restructure modules (database, indexing, schemas) (#379) * rename database to documentstore * move document, label, multilabel to haystack/schema.py * rename documentstore -> document_store * split indexing modules -> file_converter + preprocessor * fix order of imports * Update tutorial notebooks * fix torch version in tutorial 4
2020-09-16 18:33:23 +02:00
from haystack import Document
Add coverage reports and more tests (#78)
2020-04-28 07:10:32 -07:00
def test_document_data_access():
Add eval for Dense Passage Retriever & Refactor handling of labels/feedback (#243)
2020-07-31 11:34:06 +02:00
doc = Document(text="test")
Add coverage reports and more tests (#78)
2020-04-28 07:10:32 -07:00
assert doc.text == "test"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 3935ms Template: 88ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API