Skip to content

Commit

Permalink
Fixes import
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel committed Apr 12, 2024
1 parent c922ffc commit 2790e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialog_lib/embeddings/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from sqlalchemy import select
from langchain_core.embeddings import Embeddings
from dialog.db.models import CompanyContent
from dialog_lib.db.models import CompanyContent


def generate_embeddings(documents: List[str], embedding_llm_instance : Embeddings = None):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dialog-lib"
version = "0.0.1.0"
version = "0.0.1.1a"
description = ""
authors = ["Talkd.AI <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2790e96

Please sign in to comment.