Skip to content

Commit

Permalink
refactor doc_index module
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Apr 29, 2024
1 parent c169c58 commit a9ced4e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_cohere.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from DocIndex.doc_indexing import PineconeIndexer
from src.doc_index.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_google.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from DocIndex.doc_indexing import PineconeIndexer
from src.doc_index.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_openai.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from DocIndex.doc_indexing import PineconeIndexer
from src.doc_index.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down

0 comments on commit a9ced4e

Please sign in to comment.