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: docqai/docq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.6
Choose a base ref
...
head repository: docqai/docq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 3 commits
  • 39 files changed
  • 1 contributor

Commits on May 11, 2024

  1. fix: code chat history breaking chat { is present (#255)

    * fix: escape `{` and `}` in message history before sending to retrieval class
      - otherwise it breaks because we are using the message template feature as a hack to get message history into the LLM call messages collection.
    * chore: fix typo in copy
    * fix: handle org setting enabled feat keys that are no longer valid. That's a feature that used to exist that was saved as a setting for an org in the DB. When the feature is removed from the avail features list (enum) because we no longer want it, we want the admin UI code to just ignore it.
    janaka committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3931321 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Slack improvements 3 (#258)

    * chore: adjust copy
    * refactor(Chat Integrations): support setting channel Space Group setting to None
    * chore: refactor some print statements into log lines
    * refactor: persona -> assistant, refs in variable and args
    * test: fix
    janaka committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9e493cd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. refactor: switch shared as to use a Llama Index pipeline implementati…

    …on and adopt HyDE. (#259)
    
    * refactor(query): switch to implementation that uses Llama Index pipelines. Switch to HyDE rather than n query rewrite technique. Still running BM25 retrieval also and using reciprocal rank fusion as reranker.
    * refactor: fix some undefined type errors
    * build: update to Ruff v0.2.2 -> v0.4.4
    * build: update llama-index-core from v0.10.39 to v0.10.39
    * refactor: split things into files a bit more to avoid circular deps.
    * docs(readme): update 2nd level tag line to make it clearer.
    * tests: fix failing test from moving some indexing and storage functions to a different file.
    * feat: add GPT-4o support
    * refactor: move azure env var strings to config file and reference by py variable in code
    * update azure_openai_latest setting to use gpt-4o
    janaka committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b76fda2 View commit details
    Browse the repository at this point in the history
Loading