This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69279e7
commit 450309f
Showing
48 changed files
with
189 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# PostgreSQLDBMSIndexer | ||
|
||
Indexer wrapper around the PostgreSQL DBMS. Postgres is an open source object-relational database. You can read more about it here: https://www.postgresql.org/ | ||
|
||
## NOTES | ||
|
||
This indexer assumes a PRIMARY KEY on the `id` field, thus you cannot add two `Document` of the same id. Make sure you clean up any existing data if you want to start fresh. | ||
|
||
## USAGE | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
jinahub/indexers/query/compound/NumpyFileQueryIndexer/Dockerfile
This file was deleted.
Oops, something went wrong.
Empty file.
10 changes: 0 additions & 10 deletions
10
jinahub/indexers/query/compound/NumpyFileQueryIndexer/tests/dump1/0/ids
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-780 Bytes
jinahub/indexers/query/compound/NumpyFileQueryIndexer/tests/dump1/0/metas
Binary file not shown.
Binary file removed
BIN
-600 Bytes
jinahub/indexers/query/compound/NumpyFileQueryIndexer/tests/dump1/0/vectors
Binary file not shown.
19 changes: 0 additions & 19 deletions
19
jinahub/indexers/query/compound/NumpyFileQueryIndexer/tests/test_query.py
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/Dockerfile
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
jina==2.0.0rc5 | ||
jina==2.0.0rc5.dev54 | ||
git+git://github.com/jina-ai/jina-commons |
Empty file.
10 changes: 0 additions & 10 deletions
10
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/tests/dump1/0/ids
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-780 Bytes
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/tests/dump1/0/metas
Binary file not shown.
Binary file removed
BIN
-600 Bytes
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/tests/dump1/0/vectors
Binary file not shown.
19 changes: 0 additions & 19 deletions
19
jinahub/indexers/query/compound/NumpyPostgresQueryIndexer/tests/test_query.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.