Retrieving doc body in InMemorySource #32
Closed
ClaireSuperlinked
started this conversation in
General
Replies: 2 comments 4 replies
-
@kembala thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good observation. We think that to build an efficient search system we need to save and transfer the least amount of data during the ingestion and search. The expectation is that on the client side these results who need to be enriched anyway which renders this capability as something that slows down the retrieval. That being said, there could be value in adding this as an optional feature to improve the DX as you pointed out. I have created an issue from this discussion to track this enhancement. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know many vec db-s dont have this however - Doc body cant' be retrieved out of the InMemorySource this is important for DX debugging experience, since were going to trouble of building app and making the DX important
Beta Was this translation helpful? Give feedback.
All reactions