You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ingest_text — three short documents
============================================================
entities 4
chunks 11
embeddings 11
============================================================
2. semantic search — query: 'python web framework'
doc:django (score=0.866) Django is a high-level Python web framework that encourages ...
doc:flask (score=0.866) Flask is a lightweight Python web framework with a minimal c...
doc:django (score=0.000) It ships with an ORM, an admin panel, and a templating syste...
doc:transformer (BM25=1.344) A transformer is a neural network architecture built around ...
doc:transformer (BM25=1.171) Modern embedding models and large language models use the tr...
doc:transformer (RRF=0.0164) It largely replaced earlier recurrent neural network designs...
doc:transformer (RRF=0.0161) A transformer is a neural network architecture built around ...
doc:transformer (RRF=0.0159) Modern embedding models and large language models use the tr...
score=0.500 sal=0.9 user prefers django over flask
score=0.354 sal=0.7 user works mainly with python web framework code
score=0.000 sal=0.4 user once asked about a neural transformer model
with min_salience=0.6 2 memories
============================================================
8. filter pushdown — kind=document only
doc:django (document) Django is a high-level Python web framework that encourages ...
doc:flask (document) Flask is a lightweight Python web framework with a minimal c...
doc:django (document) It ships with an ORM, an admin panel, and a templating syste...
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this PR needed?
CarbonData as new data format for supporting Agents
What changes were proposed in this PR?
New modules
Does this PR introduce any user interface change?
Is any new testcase added?