mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 15:40:55 +00:00
fix: Remove stray )
This commit is contained in:
parent
76b8131490
commit
f10b172fd8
@ -14,7 +14,6 @@ from llama_index.llms.ollama import Ollama
|
|||||||
from llama_index.core.query_engine import NLSQLTableQueryEngine
|
from llama_index.core.query_engine import NLSQLTableQueryEngine
|
||||||
from llama_index.core import SQLDatabase, PromptTemplate
|
from llama_index.core import SQLDatabase, PromptTemplate
|
||||||
from sqlalchemy import create_engine
|
from sqlalchemy import create_engine
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class Pipeline:
|
class Pipeline:
|
||||||
|
Loading…
Reference in New Issue
Block a user