mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #247] [MERGED] feat: Use the retrieval defaults from LlamaCloud #378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/247
Author: @marcusschiesser
Created: 8/21/2024
Status: ✅ Merged
Merged: 8/22/2024
Merged by: @marcusschiesser
Base:
main← Head:ms/use-llamacloud-default📝 Commits (2)
c76ad72feat: Use the retrieval defaults from LlamaCloud606fbb4fix: similarity_top_k does not always support none📊 Changes
7 files changed (+16 additions, -10 deletions)
View changed files
➕
.changeset/weak-students-pay.md(+5 -0)📝
helpers/env-variables.ts(+0 -1)📝
templates/components/engines/python/agent/engine.py(+2 -2)📝
templates/components/engines/python/chat/engine.py(+2 -3)📝
templates/components/engines/typescript/chat/chat.ts(+1 -1)📝
templates/types/extractor/fastapi/app/engine/engine.py(+2 -2)📝
templates/types/multiagent/fastapi/app/agents/query_engine/agent.py(+4 -1)📄 Description
Summary by CodeRabbit
New Features
TOP_Kparameter across various components, allowing for aNonevalue where previously a default integer was enforced.Bug Fixes
TOP_Kenvironment variable to improve the logic and functionality of query engines.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.