Skip to content

Commit

Permalink
Revert "Move Chain to its own directory (langchain-ai#208)" (langchai…
Browse files Browse the repository at this point in the history
…n-ai#209)

This reverts commit 0cb9d98.
  • Loading branch information
hinthornw authored Nov 1, 2023
1 parent 0cb9d98 commit f5f15d8
Show file tree
Hide file tree
Showing 7 changed files with 775 additions and 738 deletions.
3 changes: 0 additions & 3 deletions chat_langchain_engine/__init__.py

This file was deleted.

196 changes: 0 additions & 196 deletions chat_langchain_engine/chain.py

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from langchain.utils.html import PREFIXES_TO_IGNORE_REGEX, SUFFIXES_TO_IGNORE_REGEX
from langchain.vectorstores import Weaviate

from chat_langchain_engine.constants import WEAVIATE_DOCS_INDEX_NAME
from constants import WEAVIATE_DOCS_INDEX_NAME
from voyage import VoyageEmbeddings

logger = logging.getLogger(__name__)
Expand Down
Loading

0 comments on commit f5f15d8

Please sign in to comment.