repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | pipeline: |
| #2 | config: |
| #3 | name: Example pipeline |
| #4 | id: pipeline-1 # Make sure that id is different every time you create a new pipeline |
| #5 | |
| #6 | vectordb: |
| #7 | provider: chroma |
| #8 | config: |
| #9 | collection_name: pipeline-1 |
| #10 | dir: db |
| #11 | allow_reset: true |
| #12 | |
| #13 | llm: |
| #14 | provider: gpt4all |
| #15 | config: |
| #16 | model: 'orca-mini-3b-gguf2-q4_0.gguf' |
| #17 | temperature: 0.5 |
| #18 | max_tokens: 1000 |
| #19 | top_p: 1 |
| #20 | stream: false |
| #21 | |
| #22 | embedding_model: |
| #23 | provider: gpt4all |
| #24 | config: |
| #25 | model: 'all-MiniLM-L6-v2' |
| #26 | deployment_name: null |
| #27 |