mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #640] [MERGED] feat: Add config for suggest next question #654
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/640
Author: @leehuwuj
Created: 5/21/2025
Status: ✅ Merged
Merged: 5/23/2025
Merged by: @thucpn
Base:
main← Head:lee/add-next-question-config📝 Commits (10+)
8921730Enhance LlamaIndexServer with next question suggestion featurec8d6f45Implement next question suggestion feature in LlamaIndexServerc67972fadd changeset871feecremove logc354cfdbundle ui instead of download13bdfeacheck test93c3ba0check test14f9f02fix testsebb71ecUpdate artifact path in workflow and clarify README.md textf51414csupport changeset for python📊 Changes
34 files changed (+524 additions, -474 deletions)
View changed files
➕
.changeset/deep-grapes-do.md(+5 -0)➕
.changeset/silver-corners-fold.md(+5 -0)📝
.github/workflows/lint_on_push_or_pull.yml(+10 -0)📝
.github/workflows/release.yml(+7 -0)➖
.github/workflows/release_llama_index_server.yml(+0 -138)📝
.github/workflows/test_llama_index_server.yml(+55 -18)📝
package.json(+6 -3)📝
packages/server/README.md(+1 -0)📝
packages/server/examples/agentic-rag/index.ts(+1 -0)📝
packages/server/next/app/api/chat/route.ts(+1 -0)📝
packages/server/src/handlers/chat.ts(+4 -1)📝
packages/server/src/index.ts(+1 -0)➕
packages/server/src/prompts.ts(+14 -0)📝
packages/server/src/server.ts(+11 -3)📝
packages/server/src/types.ts(+1 -0)📝
packages/server/src/utils/suggestion.ts(+4 -18)📝
pnpm-lock.yaml(+6 -0)📝
pnpm-workspace.yaml(+1 -0)📝
python/llama-index-server/.gitignore(+1 -0)📝
python/llama-index-server/README.md(+1 -0)...and 14 more files
📄 Description
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.