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: Bronwin87/SourceCodeRAG
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: charlierix/SourceCodeRAG
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 28 files changed
  • 1 contributor

Commits on Oct 18, 2024

  1. added embeddings and call to chroma

    chroma call failed, but that was probably because I kept stopping debugging, so hung python processes.  Need to reboot and test again
    charlierix committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6ff25ce View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. updated references

    charlierix committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    213a49f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    a617a36 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    7fdf5b0 View commit details
    Browse the repository at this point in the history
  2. used system colors

    charlierix committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    2106e9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d4237 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. removed Text_NoComments

    changed Type to enum
    
    starting to add a c# parser
    charlierix committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    b93e0db View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    f51cdeb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. finished the rebuild class function that makes it look sort of like a…

    …n interface
    
    still need to test attributes, constraints, maybe some comments in odd places
    charlierix committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    8d0018c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    8fe02bb View commit details
    Browse the repository at this point in the history
  2. removed an old attempt

    charlierix committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    728ffad View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    a9deb3d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    3a81400 View commit details
    Browse the repository at this point in the history
  2. now only create extra subfolder with dll name if there are multiple d…

    …lls in the same source folder
    charlierix committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    1b2ef78 View commit details
    Browse the repository at this point in the history
  3. implemented option to remove ILSpy error comments (they can be a bit …

    …much and make the code hard to read)
    charlierix committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a14d52d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    3206aa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    7ddd7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c01aec View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. added comment

    charlierix committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    8e5186e View commit details
    Browse the repository at this point in the history
Loading