davidmezzetti OP t1_ja44q0n wrote on February 26, 2023 at 6:30 PM Reply to comment by SatoshiNotMe in [P] Introducing txtchat, next-generation conversational search and workflows by davidmezzetti Yes, the HN "chat" approach would work. There is a section in the README covering this. https://github.com/neuml/txtchat#connect-your-own-data You would need to extract those comments and then load them into an Embeddings index. Permalink Parent 2
davidmezzetti OP t1_ja34bm6 wrote on February 26, 2023 at 2:22 PM Reply to comment by SatoshiNotMe in [P] Introducing txtchat, next-generation conversational search and workflows by davidmezzetti Thanks, appreciate it. Not much I can do with down votes unless someone provides their rationale, which no one ever does. Permalink Parent 1
davidmezzetti OP t1_ja345mn wrote on February 26, 2023 at 2:20 PM Reply to comment by dancingnightly in [P] Introducing txtchat, next-generation conversational search and workflows by davidmezzetti Thank you. This application is RAG with a local vector index combined with a LLM from the FLAN-T5 series of models. The whole solution can be locally hosted with no remote runtime API dependencies. Permalink Parent 1
davidmezzetti OP t1_j9y7tmq wrote on February 25, 2023 at 12:55 PM Reply to comment by visarga in [P] Introducing txtchat, next-generation conversational search and workflows by davidmezzetti With the current version, yes it runs an embeddings query for each message. I plan to handle threaded conversations shortly. In that scenario, the chat history will be provided to the prompt. Permalink Parent 1
[P] Introducing txtchat, next-generation conversational search and workflows Submitted by davidmezzetti t3_11bk12r on February 25, 2023 at 12:36 PM in MachineLearning 8 comments 10
davidmezzetti OP t1_ix3dmzx wrote on November 20, 2022 at 1:11 PM Reply to comment by fvonich in Semantic search made simple by davidmezzetti Thanks, appreciate it. Permalink Parent 1
davidmezzetti OP t1_ix3dm01 wrote on November 20, 2022 at 1:11 PM Reply to comment by DangerousElement in Semantic search made simple by davidmezzetti Great! Permalink Parent 1
davidmezzetti OP t1_iwzn0fv wrote on November 19, 2022 at 4:31 PM Reply to comment by iceytomatoes in Semantic search made simple by davidmezzetti Thanks, glad you like it. Permalink Parent 3
Semantic search made simple github.com Submitted by davidmezzetti t3_yze9qi on November 19, 2022 at 3:21 PM in coolgithubprojects 7 comments 36
davidmezzetti OP t1_ja44q0n wrote
Reply to comment by SatoshiNotMe in [P] Introducing txtchat, next-generation conversational search and workflows by davidmezzetti
Yes, the HN "chat" approach would work. There is a section in the README covering this. https://github.com/neuml/txtchat#connect-your-own-data
You would need to extract those comments and then load them into an Embeddings index.