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

Pre/beta #371

Merged
merged 153 commits into from
Jun 17, 2024
Merged

Pre/beta #371

merged 153 commits into from
Jun 17, 2024

Conversation

PeriniM
Copy link
Collaborator

@PeriniM PeriniM commented Jun 12, 2024

πŸš€ New Features and Enhancements

Major Changes:

  1. πŸ“¦ Pydantic Schema Support:

    • Integrated Pydantic schema support in both graphs and nodes to enhance data validation and management.
  2. πŸ“„ Multi Scrapers:

    • Added multi scrapers for various file formats including PDF, CSV, JSON, and XML, enabling more versatile data extraction capabilities.
  3. πŸ“ ScriptCreatorGraph Enhancements:

    • Updated ScriptCreatorGraph to generate Python scripts that adhere to the Pydantic schema for better structured and validated outputs.
  4. πŸ”— ScriptCreatorMultiGraph:

    • Introduced ScriptCreatorMultiGraph, which creates a single Python script capable of scraping multiple URLs, streamlining the multi-source data collection process.
  5. ⚑ Semantic Chunking:

    • Implemented semchunk for faster and more efficient semantic chunking, improving the performance and accuracy of text segmentation.
  6. πŸ’Ύ Caching Embeddings:

    • Added a cache parameter to store embeddings for a specific source, allowing for reuse and reducing the need for repeated computations.
  7. πŸ“Š Telemetry Support:

    • Added telemetry support to help us keep improving the features the community likes the most.
  8. 🌐 International Language Support:

    • Expanded README to include support for Chinese, Japanese, Korean, and Russian, making the documentation more accessible to a global audience.

Minor Changes:

  • General code cleanup and optimization for better performance and maintainability.

I thank all the contributors for the release listed as "Participants" in this PR!

πŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈπŸ•·οΈ

VinciGit00 and others added 30 commits May 29, 2024 12:14
## [1.5.3-beta.1](v1.5.2...v1.5.3-beta.1) (2024-05-29)

### Bug Fixes

* oneapi model ([4fcb990](4fcb990))
## [1.5.3-beta.2](v1.5.3-beta.1...v1.5.3-beta.2) (2024-05-30)

### Bug Fixes

* typo in prompt ([4639f0c](4639f0c))
## [1.5.5-beta.1](v1.5.4...v1.5.5-beta.1) (2024-05-31)

### Bug Fixes

* oneapi model ([4fcb990](4fcb990))
* typo in prompt ([4639f0c](4639f0c))

### CI

* **release:** 1.5.3-beta.1 [skip ci] ([6ea1d2c](6ea1d2c))
* **release:** 1.5.3-beta.2 [skip ci] ([b57bcef](b57bcef))
## [1.6.0-beta.1](v1.5.5-beta.1...v1.6.0-beta.1) (2024-06-02)

### Features

* add forcing format as json ([5cfc101](5cfc101))
Refactoring pdf scraper and json scrape
## [1.6.0-beta.2](v1.6.0-beta.1...v1.6.0-beta.2) (2024-06-03)

### Features

* add csv scraper and xml scraper multi ([b408655](b408655))
* add json multiscraper ([5bda918](5bda918))
* add pdf scraper multi graph ([f5cbd80](f5cbd80))
* removed rag node ([930f673](930f673))
## [1.6.0-beta.3](v1.6.0-beta.2...v1.6.0-beta.3) (2024-06-03)

### Features

* removed a bug ([8de720d](8de720d))
semantic-release-bot and others added 2 commits June 16, 2024 11:35
## [1.7.0-beta.8](v1.7.0-beta.7...v1.7.0-beta.8) (2024-06-16)

### Bug Fixes

* shallow copy config of create_embedder ([62b372b](62b372b))

### Refactor

* add missing schemas and renamed files ([09cb6e9](09cb6e9))
shubihu and others added 3 commits June 17, 2024 16:26
fix: Incorrect API Key Error with OpenAI Proxy
fix: Incorrect API Key Error with OpenAI Proxy
semantic-release-bot and others added 3 commits June 17, 2024 09:04
## [1.7.0-beta.10](v1.7.0-beta.9...v1.7.0-beta.10) (2024-06-17)

### Bug Fixes

* removed duplicate from ollama dictionary ([dcd216e](dcd216e))

### CI

* **release:** 1.6.1 [skip ci] ([44fbd71](44fbd71))
semantic-release-bot and others added 3 commits June 17, 2024 12:08
## [1.7.0-beta.11](v1.7.0-beta.10...v1.7.0-beta.11) (2024-06-17)

### Features

* **telemetry:** add telemetry module ([080a318](080a318))

### Docs

* refactor graph section and added telemetry ([39bf4c9](39bf4c9))
## [1.7.0-beta.12](v1.7.0-beta.11...v1.7.0-beta.12) (2024-06-17)

### Bug Fixes

* add chinese embedding model ([03ffebc](03ffebc))
@PeriniM PeriniM requested a review from VinciGit00 June 17, 2024 12:50
@VinciGit00 VinciGit00 merged commit 4238210 into main Jun 17, 2024
6 checks passed
Copy link

πŸŽ‰ This PR is included in version 1.7.0-beta.13 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

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.

None yet