-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated async and custom output processor testcase for metamodel (#58)
* updated async and custom output processor testcase for metamodel Signed-off-by: sachintendulkar576123 <[email protected]>
- Loading branch information
1 parent
cbcf21c
commit e321ef9
Showing
7 changed files
with
454 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "retrieval", | ||
"attributes": [ | ||
[ | ||
{ | ||
"_comment": "vector store name and type", | ||
"attribute": "name", | ||
"accessor": "lambda instance,args: type(instance.vectorstore).__name__" | ||
}, | ||
{ | ||
"attribute": "type", | ||
"accessor": "lambda instance,args: 'vectorstore.'+type(instance.vectorstore).__name__" | ||
} | ||
] | ||
|
||
] | ||
} |
Oops, something went wrong.