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 | from enum import Enum |
| #2 | |
| #3 | |
| #4 | # vector length created by embedding fn |
| #5 | class VectorDimensions(Enum): |
| #6 | GPT4ALL = 384 |
| #7 | OPENAI = 1536 |
| #8 | VERTEX_AI = 768 |
| #9 | HUGGING_FACE = 384 |
| #10 | GOOGLE_AI = 768 |
| #11 | MISTRAL_AI = 1024 |
| #12 | NVIDIA_AI = 1024 |
| #13 | COHERE = 384 |
| #14 | OLLAMA = 384 |
| #15 | AMAZON_TITAN_V1 = 1536 |
| #16 | AMAZON_TITAN_V2 = 1024 |
| #17 |