[PR #2482] [CLOSED] add support for json files and to allow for more than 41666 embeddings #42155

Closed
opened 2026-04-24 21:56:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2482
Author: @donbr
Created: 2/13/2024
Status: Closed

Base: mainHead: add-json-support-and-batch-processing


📝 Commits (1)

  • b265e00 add support for json files and to allow for more than 41666 embeddings

📊 Changes

1 file changed (+20 additions, -7 deletions)

View changed files

📝 examples/langchain-python-rag-privategpt/ingest.py (+20 -7)

📄 Description

Added support for support for json files and larger batch size based on embedding limitations. Ran into issues with syntax of JSONLoader arguments so went with TextLoader for now.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/2482 **Author:** [@donbr](https://github.com/donbr) **Created:** 2/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-json-support-and-batch-processing` --- ### 📝 Commits (1) - [`b265e00`](https://github.com/ollama/ollama/commit/b265e0095db4bc910a52c8fb96c96929732285ed) add support for json files and to allow for more than 41666 embeddings ### 📊 Changes **1 file changed** (+20 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/langchain-python-rag-privategpt/ingest.py` (+20 -7) </details> ### 📄 Description Added support for support for json files and larger batch size based on embedding limitations. Ran into issues with syntax of JSONLoader arguments so went with TextLoader for now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 21:56:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#42155