Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 07:07
· 358 commits to main since this release
046ff06

Minor Changes

  • f1c3e8d: Add Llama3 and Phi3 support using Ollama

Patch Changes

  • a0dec80: Use gpt-4-turbo model as default. Upgrade Python llama-index to 0.10.28
  • 753229d: Remove asking for AI models and use defaults instead (OpenAIs GPT-4 Vision Preview and Embeddings v3). Use --ask-models CLI parameter to select models.
  • 1d78202: Add observability for Python
  • 6acccd2: Use poetry run generate to generate embeddings for FastAPI
  • 9efcffe: Use Settings object for LlamaIndex configuration
  • 418bf9b: refactor: use tsx instead of ts-node
  • 1be69a5: Add Qdrant support