Diaflow's Documentation
HomePricingIntegrations
Documentation
Documentation
  • 😎WELCOME TO DIAFLOW
    • Introduction to Generative AI
    • What can you build with Diaflow?
  • 💻USER ACCOUNT
    • Create your user account
    • Delete your user account
    • Log out and log in
    • Change "Personal" & "Workspace" settings
    • Reset user account password
  • 🚀Getting Started
    • Let's start with the basics
      • How a component works?
      • How a flow works?
      • Creating your first flow
    • Dashboard
      • Services
      • Create a flow from scratch
      • Create a flow from templates
      • View your flows
    • Terminology
  • 🌊Flows
    • Overview
    • Create a flow
    • Delete a flow
    • Manage a flow
    • Publish a flow
    • Unpublish a flow
    • Deployment
    • Component Reference
      • Trigger
        • When inputs are submitted (Apps)
        • Cronjob (Automation)
        • Webhook (Automation)
        • Microsoft Outlook (Automation)
      • Outputs (Apps)
        • Text Output
        • Chart Output
        • Video Output
        • Audio Output
        • Image Output
      • Built in tools
        • Branch
        • Merge (Multiple data source to JSON)
        • Split Data (JSON Formatter)
        • Video to audio
        • Get current date and time
        • Web scraper
        • Document to plain text
        • Retrieve data from spreadsheet (Spreadsheet analyzer)
        • Spreadsheet creator
        • Convert JSON to chart data
        • PDF to image
        • Get weather information
        • HTTP Request
        • Get GEO Location
        • SMTP
        • Loop
      • Built in resources
        • Diaflow Vision
        • Diaflow Vectors
        • Diaflow Drive
        • Diaflow Table
      • Apps
        • Hunter.io
        • Outlook Email
        • Telegram
        • Slack
        • Python
        • YouTube
        • SerpAPI
        • Google Sheet
          • Document-level Operations
          • Sheet-level Operations
          • Data-level Operations
      • Database
        • MySQL
        • Microsoft SQL
        • PostgreSQL
        • Snowflake
      • Private AI/LLM Models
        • OpenAI
          • GPT Variants
          • GPT Vision
          • DALL-E Variants
          • TTS Variants
          • Whisper
        • Anthropic
        • Llama
        • Google Gemini
        • Cohere
        • MistralAI
      • Public AI/LLM Models
        • OpenAI Cloud
        • Perplexity Cloud
        • Deepseek Cloud
        • Anthropic Cloud
        • Replicate
        • Straico
        • OpenRouter
        • Cohere Cloud
        • Google Gemini Cloud
        • MistralAI Cloud
        • ElevenLabs Cloud
      • AI Tools
  • ✒️PRODUCTIVITY TOOLS
    • Tables
    • Drive
    • Vectors
      • Document
      • Article
      • URLs
  • 🏠Workspace
    • History
    • Teams
    • Billing & Subscription
      • Upgrade/Downgrade a subscription
      • Buy credits
      • Credit Usage
      • Cancel a subscription
    • Settings
      • Personnal
      • Workspace
        • Change workspace
        • Workspace settings
        • Custom Domain
        • Delete workspace
      • Change Language
    • Documentation
    • Integrations
    • API keys
  • 📑Other
    • FAQs
    • Contact Information
Powered by GitBook
On this page
  • Save to Groups
  • Chunking Settings
  • Upload URLs

Was this helpful?

  1. PRODUCTIVITY TOOLS
  2. Vectors

URLs

Last updated 9 months ago

Was this helpful?

URLs can be added to the group by selecting the "Upload new file" button and selecting "URLs" from the drop down menu.

After clicking on "URLs" you will have this screen with two choices.

If you click on the right button this brings up the "Crawl website sitemap" dialog box.

If you click on the left button this brings up the "Add individual URLs" dialog box.


Save to Groups

You can assign the article to one or more groups by expanding the "Save to groups" dropdown and selecting the relevant vector group.


Chunking Settings

Chunking settings can be modified as required.

Settings Name
Description

Chunking Method

Specifies the strategy used to divide the dataset into smaller, manageable chunks or partitions. Available Options: - Letter - Word - Sentence - Passage

Chunk Size

Specifies the chunk size when performing a semantic search. A larger chunk size can have more context, but then the tradeoff is loss of specificity in the answer. With larger chunks, you have less of them, and therefore less total database vectors to search and to score against your comparison input. Permitted Range: 0 - 4500

Chunk Overlap

Specifies the degree of redundancy or overlap between chunks of data stored within the vector database. A chunk in this context typically refers to a segment or partition of the overall dataset. Permitted Range: 0 - 4500


Upload URLs

URLs can be uploaded manually or you can import from a templace file.

Uploading URLs Using a Template File

To upload a list of URLs click on

  1. Download the URL template file by clicking on the "Template" button.

  2. Open the file using any text editor of your choice.

  3. Insert the desired URLs, each on a new line, without any additional text or characters and save the file. For example:

    url 
    https://www.toothlessai.com/ 
    https://www.toothless.ai/
  4. Click on the "Upload" button and select your saved file.

  5. After selecting your saved file, you will see a new entry for each URL will be displayed.

Uploading URLs manually

URLs can be added manually by entering the URL in the edit field. If you need to enter more URLs then you can click the "Add another link" button.

✒️