Multiple failures during import: git commit fails, namespace creation error, and 0 documents indexed #130
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
While importing
https://forge.ourworld.tf/geomind/docs_public_geomind.gitinto thedefaultnamespace, the process completes file processing successfully (47 files across 4 collections) but encounters multiple failures:1. Git commit failure — missing author identity:
2. Namespace creation warning during embeddings upload:
3. Zero documents indexed despite successful file processing:
Although 47 files were processed across 4 collections (
cyberpandemic,geomind_4_hyperscalers,datacenter,geomind_professional), the embeddings upload reports 0 documents indexed for every collection:Expected behavior: Git commit should succeed with a default identity configured, the namespace should be created successfully, and processed documents should be properly indexed and uploaded to the vector store.