mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-26 08:33:51 +00:00
Update readme
This commit is contained in:
parent
a2e5e6b09e
commit
737a47e2fe
@ -105,7 +105,8 @@ We recommend Elasticsearch or FAISS, but have also more light-weight options for
|
||||
```python
|
||||
# DB to store your docs
|
||||
document_store = ElasticsearchDocumentStore(host="localhost", username="", password="",
|
||||
index="document", embedding_dim=768, embedding_field="embedding")
|
||||
index="document", embedding_dim=768,
|
||||
embedding_field="embedding")
|
||||
|
||||
# Index your docs
|
||||
# (Options: Convert text from PDFs etc. via FileConverter; Split and clean docs with the PreProcessor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user