Daxa Recognized as key vendor in Gartner's 2025 AI TRiSM Market Guide Read More

Proxima Enterprise Knowledge Retrieval by Daxa

Introducing Proxima - an Enterprise Knowledge Retrieval build on Safe Data Foundation

January 18, 2025
min read

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

  1. edcbbkn
  • yvbjnklm

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

from langchain.document_loaders.csv_loader import CSVLoader    
from langchain_community.document_loaders.pebblo import PebbloSafeLoader

loader = PebbloSafeLoader(
          CSVLoader(file_path),
          name="acme-corp-rag-1", # App name (Mandatory)
          owner="Joe Smith", # Owner (Optional)
          description="Support RAG app",# Description(Optional)
)

documents = loader.load()
vectordb = Chroma.from_documents(documents, OpenAIEmbeddings())

Related Blogs

See Daxa in action

Book a demo with us to see how we can protect data

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.