Skip to content

Releases: run-llama/create-llama

v0.1.1

03 May 03:38
63bb050
Compare
Choose a tag to compare

Patch Changes

  • 7bd3ed5: Support Anthropic and Gemini as model providers
  • 7bd3ed5: Support new agents from LITS 0.3
  • cfb5257: Display events (e.g. retrieving nodes) per chat message

v0.1.0

24 Apr 07:07
046ff06
Compare
Choose a tag to compare

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