Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-08-17 13:20:50 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-folder-pub/src/query.rs

12 lines
275 B
Rust
Raw Normal View History

fix: ai chat initial rag_ids shouldn't include views that are not documents or in the trash (#6982) * chore: only add document views to initial rag_ids * chore: filter out views that are in the trash
2024-12-13 13:04:17 +08:00
use collab_folder::ViewLayout;
chore: Ai chat context (#6929) * chore: implement chat setting * chore: clippy * chore: rename * chore: set rag_ids when creating a chat * chore: clippy * chore: fix test * chore: fix test * chore: fix test * chore: clippy
2024-12-08 18:25:25 +08:00
use lib_infra::async_trait::async_trait;
#[async_trait]
pub trait FolderQueryService: Send + Sync + 'static {
fix: ai chat initial rag_ids shouldn't include views that are not documents or in the trash (#6982) * chore: only add document views to initial rag_ids * chore: filter out views that are in the trash
2024-12-13 13:04:17 +08:00
async fn get_sibling_ids_with_view_layout(
&self,
parent_view_id: &str,
view_layout: ViewLayout,
) -> Vec<String>;
chore: Ai chat context (#6929) * chore: implement chat setting * chore: clippy * chore: rename * chore: set rag_ids when creating a chat * chore: clippy * chore: fix test * chore: fix test * chore: fix test * chore: clippy
2024-12-08 18:25:25 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 2122ms Template: 125ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API