mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Chore/update deprecating nodes (#2540)
* update deprecating nodes * add filters use cases to marketplace * update log level
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"description": "Answer question based on retrieved documents (context) with built-in memory to remember conversation using LlamaIndex",
|
||||
"categories": "Text File,Prompt Template,ChatOpenAI,Conversation Chain,Pinecone,LlamaIndex,Redis",
|
||||
"framework": "LlamaIndex",
|
||||
"badge": "NEW",
|
||||
"description": "Answer question based on retrieved documents (context) while remembering previous conversations",
|
||||
"framework": ["LlamaIndex"],
|
||||
"badge": "POPULAR",
|
||||
"usecases": ["Documents QnA"],
|
||||
"nodes": [
|
||||
{
|
||||
"width": 300,
|
||||
|
||||
Reference in New Issue
Block a user