mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
fix: mypy
This commit is contained in:
parent
430cbf3722
commit
29c03cf694
1 changed files with 2 additions and 2 deletions
|
|
@ -38,10 +38,10 @@ class NodeStoreComponent:
|
||||||
|
|
||||||
case "postgres":
|
case "postgres":
|
||||||
try:
|
try:
|
||||||
from llama_index.storage.docstore.postgres import (
|
from llama_index.storage.docstore.postgres import ( # type: ignore
|
||||||
PostgresDocumentStore,
|
PostgresDocumentStore,
|
||||||
)
|
)
|
||||||
from llama_index.storage.index_store.postgres import (
|
from llama_index.storage.index_store.postgres import ( # type: ignore
|
||||||
PostgresIndexStore,
|
PostgresIndexStore,
|
||||||
)
|
)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue