| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Codecov ReportPatch coverage has no change and project coverage change: -54.40% ⚠️ Additional details and impacted files @@ Coverage Diff @@
## main #1678 +/- ##
===========================================
- Coverage 84.46% 30.06% -54.40%
===========================================
Files 134 133 -1
Lines 8838 8731 -107
===========================================
- Hits 7465 2625 -4840
- Misses 1373 6106 +4733
Flags with carried forward coverage won't be shown. Click here to find out more. see 110 files with indirect coverage changes ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
There was a problem hiding this comment.
Ensure:
Sorry, something went wrong.
| ### Instantiation instructions | ||
|
|
||
| ### 1.2.1. WCS (managed instance) | ||
| **WCS (managed instance)** |
There was a problem hiding this comment.
Should these be h4 headings?
Sorry, something went wrong.
There was a problem hiding this comment.
yes but the table of contets got too verbose
Sorry, something went wrong.
There was a problem hiding this comment.
I think there is a small issue with the way things are currently set up.
The pages on HNSWLib and InMemory seem to be fully self-contained, giving general information like the following:

But this (and some other backend agnostic information) seems to be missing from the pages describing other backends (weavaite, qdrant, etc).
If we want thins to be truly self-contained, then we should just copy that sort of information to all the backends imo.
But I like the direction this is going into!!
Sorry, something went wrong.
| through [build_query()][docarray.index.abstract.BaseDocIndex.build_query]: | ||
|
|
||
| ### Initialize the Document Index and add data | ||
| ```python |
There was a problem hiding this comment.
can we add 1-2 sentences of explanation to these code snippets? i think they are very self-explanatory, but personally as a user i don't like code snippets without words around them :)
Sorry, something went wrong.
| .build() # build the query | ||
| ) | ||
| retrieved_docs, scores = doc_index.execute_query(query) | ||
| ``` |
There was a problem hiding this comment.
I think we should here again add a big fat link to all the backend documentation pages and tell people that they can get more detailed information there
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
There was a problem hiding this comment.
Key points:
There are a few other items throughout the review too
Sorry, something went wrong.
Even better than backticks would be to link the the corresponding docstring / API docs :) |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
already linked, they just lacked the backticks |
Sorry, something went wrong.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Final nitpicks
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sorry, something went wrong.
|
📝 Docs are deployed on https://ft-docs-self-contained-indices--jina-docs.netlify.app 🎉 |
Sorry, something went wrong.
There was a problem hiding this comment.
big win for people that are interested in a specific backend!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As stated in #1603, our documentation for doc indices is not consistent and lacks some of the functionalities.
Definition of Done:
High-level Template: