Merge pull request #146 from 0xThresh/patch-1

fix: Remove stray )
This commit is contained in:
Timothy Jaeryang Baek 2024-07-01 17:51:05 -07:00 committed by GitHub
commit a5bf4bdf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: