mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #175] [MERGED] feat: In-text citing #323
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/175
Author: @leehuwuj
Created: 7/23/2024
Status: ✅ Merged
Merged: 8/15/2024
Merged by: @marcusschiesser
Base:
main← Head:lee/feat-inline-citing📝 Commits (10+)
c5a2703update inline citingb4fa9bdfeat: Extract sources by citation or scores in ChatSources componenteb1f0efuse CondensePlusContextChatEnginecc28b10Point the repo to the current one (#227)fe43d00feat: Add Weaviate vector store for Typescript templates (#228)b0c6441Release 0.1.33 (#229)2dc5888add custom citation link markdownf7d766cupdate markdown0728f77Merge remote-tracking branch 'origin/main' into lee/feat-inline-citingac18d51feat: Improve source extraction in ChatSources component📊 Changes
10 files changed (+256 additions, -74 deletions)
View changed files
➕
.changeset/olive-bulldogs-boil.md(+5 -0)📝
helpers/env-variables.ts(+50 -7)📝
templates/components/engines/python/chat/__init__.py(+18 -5)➕
templates/components/engines/python/chat/node_postprocessors.py(+21 -0)📝
templates/types/streaming/fastapi/app/api/services/file.py(+4 -6)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-sources.tsx(+50 -45)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/index.tsx(+5 -6)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/markdown.tsx(+59 -4)📝
templates/types/streaming/nextjs/app/components/ui/chat/index.ts(+34 -1)📝
templates/types/streaming/nextjs/app/components/ui/lib/utils.ts(+10 -0)📄 Description
Summary by CodeRabbit
New Features
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.