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

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 import SQLDatabase, PromptTemplate
from sqlalchemy import create_engine
)
class Pipeline: