Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackitcloud/rag-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2dd2dce
Choose a base ref
...
head repository: stackitcloud/rag-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e952385
Choose a head ref
  • 16 commits
  • 83 files changed
  • 1 contributor

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    d64c8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479fcc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cccea51 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/keyvalue-langfuse-issues' of github.com:stackitclou…

    …d/rag-template into fix/keyvalue-langfuse-issues
    a-klos committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    ed42613 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Configuration menu
    Copy the full SHA
    5fbdfcf View commit details
    Browse the repository at this point in the history
  2. feat: initialize web portal project with SolidJS, Vite, and TailwindCSS

    - Added package.json with dependencies for SolidJS, Vite, and TailwindCSS.
    - Configured PostCSS with TailwindCSS and Autoprefixer.
    - Created main application structure with routing for Home, Address, and Result components.
    - Implemented Address component for address search and selection.
    - Developed Result component to display documents and chatbot for building inquiries.
    - Added Chat component for user interaction.
    - Styled components using TailwindCSS and custom CSS.
    - Configured TypeScript with strict settings and module resolution.
    - Set up Vite configuration for development and build processes.
    a-klos committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    91153c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde704b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df23928 View commit details
    Browse the repository at this point in the history
  5. fix: add missing newline at end of file in chat-request.model.ts and …

    …SideBarContainer.vue
    a-klos committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    d6f321a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. feat: enhance document processing with file name sanitization and imp…

    …roved retrieval filters for Bebauungsplan context
    a-klos committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    7f73d0d View commit details
    Browse the repository at this point in the history
  2. feat: enhance document processing by improving retriever thresholds, …

    …chunker settings, and ensuring unique IDs for documents
    a-klos committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    8a9a84d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ab1d1 View commit details
    Browse the repository at this point in the history
  4. feat: refine dependency container by removing unused image retriever …

    …and enhance answer generation prompt with specific context for Bebauungsplan and Landesbauordnung
    a-klos committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    d751b4e View commit details
    Browse the repository at this point in the history
  5. feat: enhance document classification by adding LBO and B-Plan docume…

    …nt separation in retrieval process
    a-klos committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    489eb51 View commit details
    Browse the repository at this point in the history
  6. refactor: remove evaluation chain from dependency container and chat …

    …graph for streamlined processing
    a-klos committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    ab10a89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e952385 View commit details
    Browse the repository at this point in the history
Loading