Skip to content

Commit e2910e0

Browse files
committed
add docs to elastic search store
1 parent 311c3ae commit e2910e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1791
-9
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.py[co]
22
.vscode
33
/tmp
4-
.DS_Store
4+
.DS_Store
5+
/**/.env
6+
/src/haystack/elasticsearch/docker
7+
/*.zip

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name = "pypi"
77
pandas = "*"
88
numpy = "*"
99
wikipedia-api = "*"
10+
farm-haystack = "*"
11+
python-dotenv = "*"
1012

1113
[dev-packages]
1214

Pipfile.lock

Lines changed: 1723 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

run.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
python -m src.dataset.start
1+
# prepare wiki articles
2+
python -m src.dataset.start
3+
# archive files
4+
zip wiki_algos_text.zip src/dataset/general_kb/data/* -j
5+
6+
# connect and write to the document store
7+
# python -m src.haystack.elasticsearch.db
File renamed without changes.

0 commit comments

Comments
 (0)