Multiple failures during import: git commit fails, namespace creation error, and 0 documents indexed #130

Open
opened 2026-05-21 08:13:50 +00:00 by mahmoud · 0 comments
Owner

Description

While importing https://forge.ourworld.tf/geomind/docs_public_geomind.git into the default namespace, the process completes file processing successfully (47 files across 4 collections) but encounters multiple failures:

1. Git commit failure — missing author identity:

Push: commit failed: Author identity unknown
*** Please tell me who you are.
Run
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
to set your account's default identity. Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'root@books.(none)')

2. Namespace creation warning during embeddings upload:

Warning: could not ensure namespace 'default': Vector store error: Failed to create namespace: RPC error -32602: Invalid params: invalid type: map, expected a sequence

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:

cyberpandemic: 0 documents indexed
geomind_4_hyperscalers: 0 documents indexed
datacenter: 0 documents indexed
geomind_professional: 0 documents indexed
Total: 0 documents uploaded to namespace 'default'

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.

### Description While importing `https://forge.ourworld.tf/geomind/docs_public_geomind.git` into the `default` namespace, the process completes file processing successfully (47 files across 4 collections) but encounters multiple failures: **1. Git commit failure — missing author identity:** ``` Push: commit failed: Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'root@books.(none)') ``` **2. Namespace creation warning during embeddings upload:** ``` Warning: could not ensure namespace 'default': Vector store error: Failed to create namespace: RPC error -32602: Invalid params: invalid type: map, expected a sequence ``` **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: ``` cyberpandemic: 0 documents indexed geomind_4_hyperscalers: 0 documents indexed datacenter: 0 documents indexed geomind_professional: 0 documents indexed Total: 0 documents uploaded to namespace 'default' ``` 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#130
No description provided.