初始化提交
This commit is contained in:
@@ -1,10 +1,30 @@
|
||||
file:
|
||||
# use_llama_parse: Use LlamaParse if `true`. Needs a `LLAMA_CLOUD_API_KEY` from https://cloud.llamaindex.ai set as environment variable
|
||||
use_llama_parse: true
|
||||
use_llama_parse: false
|
||||
|
||||
db:
|
||||
# The configuration for the database loader, only supports MySQL and PostgreSQL databases for now.
|
||||
# uri: The URI for the database. E.g.: mysql+pymysql://user:password@localhost:3306/db or postgresql+psycopg2://user:password@localhost:5432/db
|
||||
# query: The query to fetch data from the database. E.g.: SELECT * FROM table
|
||||
- uri: mysql+pymysql://zjinfo1:Dy2Bcr53Hm5xRkba@110.42.234.166:3306/zjinfo1
|
||||
#- uri: mysql+pymysql://zjinfo:Y6EAjEEdSYmskA8B@110.42.234.166:3306/zjinfo
|
||||
# - uri: mysql+pymysql://zjinfo2:GSKcziSdBixDXwcd@110.42.234.166:3306/zjinfo2
|
||||
queries:
|
||||
- SELECT * FROM mytable
|
||||
- select * from ProjectProperties limit 30;
|
||||
- select Name, Code, Amount, Amount_Total from TotalCalculateTable
|
||||
- select SerialNumber, Name, Quantity, Rate, Sum_Price from ProjectDivision where Level = 1 limit 30;
|
||||
- select Name, Code, Rate, Amount from OtherFee
|
||||
|
||||
#web:
|
||||
# driver_arguments:
|
||||
# # The arguments to pass to the webdriver. E.g.: add --headless to run in headless mode
|
||||
# - --no-sandbox
|
||||
# - --disable-dev-shm-usage
|
||||
# urls:
|
||||
# # base_url: The URL to start crawling with
|
||||
# # prefix: Only crawl URLs matching the specified prefix
|
||||
# # depth: The maximum depth for BFS traversal
|
||||
# # You can add more websites by adding more entries (don't forget the - prefix from YAML)
|
||||
# - base_url: https://www.llamaindex.ai
|
||||
# prefix: https://www.llamaindex.ai
|
||||
# depth: 1
|
||||
@@ -1,4 +1,5 @@
|
||||
local:
|
||||
weather: {}
|
||||
interpreter: {}
|
||||
#weather: {}
|
||||
#interpreter: {}
|
||||
#duckduckgo: {}
|
||||
llamahub: {}
|
||||
|
||||
Reference in New Issue
Block a user