Replies: 5 comments 1 reply
-
@brroMonta Hi could you explain more on this topic? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I hava a ton of our internal data sources with pipelines built to export data in JSONL format, which based on our experimenting, provides the cleanest input for our systems. But Ragflow does not successfully import or parse these files. JSONL, also known as JSON Lines or newline-delimited JSON, is a text-based format where each line is a valid JSON object. Unlike traditional JSON which typically wraps an entire data structure within a single set of curly braces, JSONL separates each JSON object into its own line. This structure makes it particularly useful for processing large datasets in a streaming fashion. Here's a breakdown of key aspects of JSONL: Use Cases: Large datasets: JSONL is preferred for handling massive datasets that exceed available memory, as it can be processed in chunks. Comparison with JSON: |
Beta Was this translation helpful? Give feedback.
-
Hi there, I want to share my opinion {"title": "What is RAG?", "content": "Retrieval-Augmented Generation is a method that..."}
{"question": "How does LangChain work?", "answer": "LangChain connects language models with tools..."} while if the entries are mostly structured data or code, with no meaningful natural language for the model to understand or retrieve from, is not suitable {"id": 1, "product_id": 1234, "price": 99.9, "stock": 20}
{"id": 2, "product_id": 5678, "price": 75.0, "stock": 15} |
Beta Was this translation helpful? Give feedback.
-
Appreciate all the inputs. |
Beta Was this translation helpful? Give feedback.
-
Hi, @brroMonta and @Dongzhenpu Is that OK? Supports both ![]() ![]() ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
is this on the roadmap, or are there workarounds in the current implementation?
Beta Was this translation helpful? Give feedback.
All reactions