add llm API (#19)

* add llm API

* refine llm API
This commit is contained in:
KevinHuSh
2023-12-28 13:50:13 +08:00
committed by GitHub
parent cdd956568d
commit d0db329fef
17 changed files with 349 additions and 170 deletions

View File

@@ -121,7 +121,6 @@
"match": "*_vec",
"mapping": {
"type": "dense_vector",
"dims": 1024,
"index": true,
"similarity": "cosine"
}

View File

@@ -1,10 +1,9 @@
[infiniflow]
es=http://es01:9200
pgdb_usr=root
pgdb_pwd=infiniflow_docgpt
pgdb_host=postgres
pgdb_port=5432
postgres_user=root
postgres_password=infiniflow_docgpt
postgres_host=postgres
postgres_port=5432
minio_host=minio:9000
minio_usr=infiniflow
minio_pwd=infiniflow_docgpt
minio_user=infiniflow
minio_password=infiniflow_docgpt