Skip to content

Tags: IntelLabs/fastRAG

Tags

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
IPEX embedder compatibility with Haystack v2.4+ (#74)

* Updated IPEX embedder to work with new Haystack version (2.7)

Signed-off-by: gadmarkovits <gad.markovits@intel.com>

* Updated after running pre-commit

Signed-off-by: gadmarkovits <gad.markovits@intel.com>

---------

Signed-off-by: gadmarkovits <gad.markovits@intel.com>

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
danielfleischer Daniel Fleischer
Bump

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
danielfleischer Daniel Fleischer
Version bump

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update setup.py (#53)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding pypi packaging support (#51)

* Adding pypi packaging support
* Update version

v3.0

Toggle v3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
danielfleischer Daniel Fleischer
Compatibility with Haystack v2

Co-authored-by: Peter Izsak <peter.izsak@intel.com>
Co-authored-by: Moshe Berchansky <moshe.berchansky@intel.com>

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ColBERT Upstream Updates (#19)

- `IndexUpdater` class for adding/removing new documents from an existing index.
- `class_factory` wrapper for `HF_ColBERT` to initializing new types of models:
  - AutoModel
  - BERT
  - Deberta
  - Electra
  - Roberta
  - XLMRoberta
- README updates.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update colbert.py (#18)

add checkpoint loading to colbert ranker

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Retrieval Augmented Generation with LLM Demo (#16)

- Added a new RAG + prompt + LLM UI (demo).
- Added an example config and notebook.
- Updated main README with "updates" sub-section.
- Updated `run_demo.py` to include all the options to run a demo (UI, UI + service, UI + <user_defined_service>)