Skip to content

Commit

Permalink
doc(chromadb): add todos to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOS committed Feb 2, 2024
1 parent 70e61c9 commit f62c89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/embeddings/test_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ def test_neo4j_embedding_and_query():
assert len(results) > 0
library.delete_library(confirm_delete=True)

# TODO: add test for permanent mode.
# TODO: add test for client/server mode with password auth.
# TODO: add test for client/server mode with token auth.
# TODO: investigate why test failes when library name is set to test_embedding_chromadb
def test_chromadb_embedding_and_query():
sample_files_path = Setup().load_sample_files()
library = Library().create_new_library("test_embedding_neo4j") # if this is set to chromadb, it fails
Expand Down

0 comments on commit f62c89f

Please sign in to comment.