| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Codecov ReportPatch coverage: 100.00% and no project coverage change. Additional details and impacted files @@ Coverage Diff @@
## main #1711 +/- ##
=======================================
Coverage 85.51% 85.51%
=======================================
Files 132 132
Lines 8303 8308 +5
=======================================
+ Hits 7100 7105 +5
Misses 1203 1203
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
|
📝 Docs are deployed on https://ft-fix-weaviate-index-name--jina-docs.netlify.app 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
WeaviateDocumentIndex capitalizes the index name when creating an index, so if we pass lowercase index name, there's a mismatch leading to various errors
Solution: add a post_init function that capitalizes the first letter of the index name