LangDBEmbedder routes OpenAI-compatible embedding requests through the project selected by LANGDB_PROJECT_ID.
langdb_embedder.py
text-embedding-ada-002 with 1536 dimensions. Pass id and dimensions together when selecting another model.
Run the Example
1
Set up your virtual environment
2
Configure the project
3
Install dependencies
4
Run the example