mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-26 23:39:29 +00:00
fix: black
This commit is contained in:
parent
29c03cf694
commit
847f48dd63
@ -38,10 +38,10 @@ class NodeStoreComponent:
|
|||||||
|
|
||||||
case "postgres":
|
case "postgres":
|
||||||
try:
|
try:
|
||||||
from llama_index.storage.docstore.postgres import ( # type: ignore
|
from llama_index.storage.docstore.postgres import ( # type: ignore
|
||||||
PostgresDocumentStore,
|
PostgresDocumentStore,
|
||||||
)
|
)
|
||||||
from llama_index.storage.index_store.postgres import ( # type: ignore
|
from llama_index.storage.index_store.postgres import ( # type: ignore
|
||||||
PostgresIndexStore,
|
PostgresIndexStore,
|
||||||
)
|
)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
Reference in New Issue
Block a user