[Bug fix] Fix issues related to creating pipelines (#850)

This commit is contained in:
Deshraj Yadav
2023-10-25 20:26:58 -07:00
committed by GitHub
parent 797bb567c6
commit 413ccb83e6
3 changed files with 81 additions and 13 deletions

26
configs/pipeline.yaml Normal file
View File

@@ -0,0 +1,26 @@
pipeline:
config:
name: Example pipeline
id: pipeline-1 # Make sure that id is different every time you create a new pipeline
vectordb:
provider: chroma
config:
collection_name: pipeline-1
dir: db
allow_reset: true
llm:
provider: gpt4all
config:
model: 'orca-mini-3b.ggmlv3.q4_0.bin'
temperature: 0.5
max_tokens: 1000
top_p: 1
stream: false
embedding_model:
provider: gpt4all
config:
model: 'all-MiniLM-L6-v2'
deployment_name: null