-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roadmap: Cortex supports /files
#1786
Comments
Architecture for
|
Request for comment: Move the |
12 Dec
|
Hi @dan-homebrew @namchuai, now that we’ve flattened the files under /files, which is more of a global storage, it’s not practical to keep the file name. Since file_search can be scoped to a thread or assistant, keeping the file name causes issues where duplicate file names are ignored, leading to incorrect behavior in most application Case 1:
Case 2:
Case 3:
Update 1: Attempting to add a postfix on duplicate |
Architecture for
files
:Filesystem
~/cortexcpp ├── cortex.db ├── engines ├── files │ └── Enterprise_Application_Infrastructure_v2_20140903_toCTC_v1.0.pdf ├── logs ├── models └── threads
Database
files
table incortex.db
Backward compatible
Provide backward compatible for previous jan, which stores file inside each thread.
Pros and Cons
API References
https://c6f778ad.cortex-docs.pages.dev/api-reference
The text was updated successfully, but these errors were encountered: