We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to vectorize the telegram data in order for hivemind to be able to answer questions.
sequenceDiagram IngestionETL->>FetchTCChats: fetch_chat_ids() FetchTCChats-->>IngestionETL: ChatId[] IngestionETL->>ChatExistance: if chat platform doesn't exist, create a platform + modules + community ChatExistance-->>IngestionETL: CommunityId, chatId IngestionETL->>TelegramProcessor: start(chatId) TelegramProcessor->>TelegramExtractRawMemberActivities: extract() TelegramExtractRawMemberActivities->>TelegramExtractRawMembers: extract() TelegramExtractRawMembers-->>TelegramExtractRawMemberActivities: membersInfo[] TelegramExtractRawMemberActivities-->>TelegramProcessor: RawData[] TelegramProcessor->>TransformRawMemberActivities: transform() TransformRawMemberActivities-->>TelegramProcessor: llama_index.Document[] TelegramProcessor->>LoadDocuments: load(community_id, documents)
Ref link: https://www.notion.so/rndadocs/Telegram-MVP-70e59f2b934c401cbe7bd94119dff6ea?pvs=4#974880be21dc46f890144feb01fcb982
The text was updated successfully, but these errors were encountered:
amindadgar
Successfully merging a pull request may close this issue.
We need to vectorize the telegram data in order for hivemind to be able to answer questions.
Ref link:
https://www.notion.so/rndadocs/Telegram-MVP-70e59f2b934c401cbe7bd94119dff6ea?pvs=4#974880be21dc46f890144feb01fcb982
The text was updated successfully, but these errors were encountered: