mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #112] [Question]: How do you deal with file attachments? #81
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @juaxix on GitHub (Apr 19, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/112
提问前确认
问题类别
最佳实践
您的问题
I want to know how to inject code into the context or using source code files so I can ask from them?
I made a modification in your python code to use a vector database pre-made from the files that is loaded so in order to have a pre-scan of the files to search in but this is not enough and not viable, as it takes some time to convert the files to vector dbs.
背景信息
I am using the latest version in Mac
代码示例(如适用)
其他信息
No response
@ErlichLiu commented on GitHub (May 29, 2025):
@juaxix This is not the responsibility of the API layer; it is the responsibility of the client layer. All such requirements should be implemented at the corresponding client layer.