mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-04 03:29:07 +00:00
chore: added possible python unstructured.io dependencies
This commit is contained in:
parent
a6f4721e67
commit
53d260fe2e
3 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,8 @@ langchain_chroma
|
||||||
flashrank
|
flashrank
|
||||||
psycopg2
|
psycopg2
|
||||||
unstructured-client
|
unstructured-client
|
||||||
|
python-libmagic
|
||||||
|
poppler-utils
|
||||||
langchain-unstructured
|
langchain-unstructured
|
||||||
langgraph
|
langgraph
|
||||||
gpt_researcher
|
gpt_researcher
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
import asyncio
|
|
||||||
import json
|
import json
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8e699e3e6f2037ce8f2af3d36c55ff4c67f4c5af
|
Subproject commit 8b1635dc2756f86f0a24df6eeaa94519e0518aae
|
Loading…
Add table
Reference in a new issue