Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.26.4 #1937

Open
wants to merge 41 commits into
base: release
Choose a base branch
from
Open

Release 0.26.4 #1937

wants to merge 41 commits into from

Conversation

odlbot
Copy link
Contributor

@odlbot odlbot commented Jan 3, 2025

Matt Bertrand

Shankar Ambady

renovate[bot]

Chris Chudzicki

Tobias Macey

  • config: Ignore env, venv, and kompose directories in Docker images (cbad97bc)

Tobias Macey (aider)

  • feat(generate_env.py): add script to generate .env file using hvac and OIDC authentication (0a951b50)

Carey P Gumaer

Jon Kafton

sar

Sar

Anastasia Beglova

abeglova and others added 30 commits December 11, 2024 11:37
* adding serializer fields

* adding filters

* update spec

* updating tests and accounting for wrapped boolean arrays

* adding test for qdrant conditions

* looking up resources by readable id

* typo

* removing id field from request serializer and replacing with readable_id

* calrifying docstring

* changing order of recreating collection

* adding query counts to results

* some consolidation

* fixing test

* removing unused filters
* firstly, update the version of node used in github actions

* remove usage of getAbsolutePath
* add bordered variant

* add some more stories

* add disabled state to bordered button and update stories

* fix hover and disabled colors
* App env vars for use with local vault agent

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Tweaks based on feedback

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* layout redesign and dummy share button

* fix test

* rename container

* mock up share buttons

* hide / show share section with button

* make location optional

* even button widths, especially when there's only 2 buttons

* adjust button padding

* fix typescript issue

* fix tests

* fix vertical paddings within CTA

* fix size of social icons, copy link button size and hover color

* actually add social sharing functionality

* add copy to clipboard functionality

* change share url to simply use the search page with the id for the given resource specified, and rename the parameter to reflect that

* fix sizing of copy link button

* add tests

* darkgray1 for share label not 2

* restyle buttons to use the updated "bordered" button variant

* remove stray commented style

* remove negative margin that was not having desired effect

* put button padding back the way it was for now

* fix test

* consolidate selectable button styling

* change text on copy link button to "Copied!" after you click it

* handle styling the red link icon a bit better

* select the link when you click the text

* use a boolean instead of number for selected

* actually pass a boolean to selected

* simplify copy link label using state

* simplify input clicking functionality

* use "user.click" instead of "fireEvent"

* fix selectable button width when only two buttons are present
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* updating deps and adding method for getting token count

* working contentfile chunk embeds

* storing chunks and update initial resource record with embeddings from contentfile chunk

* adding management command flag to generate embeds by id

* fixing test

* ensuring we stay under token size

* removing full content from points

* moving splitter to separate function

* adding test for text splitter

* adding more tests

* fixing test

* changing chunk key name

* fix test setting:

* fixing test
* Lazy load resource drawer

* Tree shake Lodash

* Remove ol-ckeditor and ol-widgets (dead code)

* Update lockfile and fmt fixes

* Clean up

* Side effects false on package files for tree shaking
* pass scroll as a boolean argument on Link

* set scroll={false} for NextLinks used within the drawer

* always scroll to the top of the drawer on load

* fix typo

* pass resourceId as a parameter to LearningResourceExpandedV2
* add topic carousels and exclude current drawer resource from any results

* add a test for excludeResourceId

* fix tests

* update topic carousel titles

* only display topic carousels for subtopics (topics that have a parent) and limit to 2
* update version of react used in tests

* upgrade test version of react to 19, same major as prod
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
We don't want to include the `env` directory to avoid baking secrets into Docker
images. We also don't want to include any `.venv` directories to avoid inflating the
image size
* hide svg in lr drawer v2

* improve drawer title skeleton

* allow passing title to lr drawer v2

* move api calls to setupApis

* add a test for drawer title

* fix remaining tests

* make separator behave better for screenreaders

* set resourcedetail cache data when clicking card

* add some comments

* remove extra setupApis

* fix a ts error
* updating deps and adding method for getting token count

* working contentfile chunk embeds

* storing chunks and update initial resource record with embeddings from contentfile chunk

* adding management command flag to generate embeds by id

* fixing test

* ensuring we stay under token size

* removing full content from points

* moving splitter to separate function

* adding test for text splitter

* adding more tests

* fixing test

* changing chunk key name

* fix test setting:

* fixing test

* adding initial serializers

* adding initial working view

* pinning onnxruntime to older version

* add setting for qdrant chunk size and some refactoring

* removing _id field

* test fix

* fix docstring

* adding more filters

* regenerate oai spec

* add view tests

* regenerate spec

* setting some indexes

* fixes

* fixing tests

* docstring fix

* fixes to filter out empty chunks and adding file extension as property

* fix test

* fix method name

* making sure we only process unique content for each run

* filktering for published

* removing next run method

* removing published field

* removed unique content id function and updating spec

* fixing issue in generate by id

* pinning litellm version
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 11 commits December 21, 2024 19:34
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update yarn to v4.6.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* adding initial doc

* adding initial doc

* adding note about ollama usage

* re-organizing sections. cleanup

* re-organizing sections. cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants