Skip to content

Commit

Permalink
added entities.json from test for metamodel
Browse files Browse the repository at this point in the history
Signed-off-by: sachintendulkar576123 <[email protected]>
  • Loading branch information
sachintendulkar576123 committed Oct 21, 2024
1 parent 7f8f912 commit 4a2fbb3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/entities.json
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__"
}
]

]
}

0 comments on commit 4a2fbb3

Please sign in to comment.