- Add base_url parameter to GraphitiEmbedderConfig
- Support EMBEDDER_BASE_URL, EMBEDDER_API_KEY, EMBEDDER_MODEL_NAME env vars
- Update docker-compose.yml to pass embedder environment variables
- Add documentation in README.md and .env.example
- Enables use of Ollama, Voyage, and other OpenAI-compatible embedding services
Partially resolves#912, #517
* add azure open ai dependency
* update readme
* Create support for azure open ai endpoints
* fix: formatting
---------
Co-authored-by: paulpaliychuk <pavlo.paliychuk.ca@gmail.com>