Skip to content

Commit

Permalink
Merge branch '2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashacker committed Sep 3, 2024
2 parents 51890e7 + 5e5afbf commit 4547320
Show file tree
Hide file tree
Showing 320 changed files with 20,164 additions and 13,637 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/verba-feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Verba Feature Template
about: Request a new feature for Verba
title: ""
labels: "enhancement"
assignees: ""
---

## Description

<!-- A clear and concise description of what the new feature. -->

## Additional context

<!-- Add any other context about the problem here. -->
44 changes: 35 additions & 9 deletions .github/ISSUE_TEMPLATE/verba-issue-template.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,47 @@
---
name: Verba Issue Template
about: Standard Issue Template
title: ''
labels: ''
assignees: ''

about: Encountering errors or issues with Verba
title: ""
labels: ""
assignees: ""
---

## Description
<!-- A clear and concise description of what the issue is. Please include if this is a bug or a feature request. -->

## Is this a bug or a feature?
- [ ] Bug
- [ ] Feature
<!-- A clear and concise description of what the issue is. Please include any error messages and logs. If possible, also include your configuration. -->

## Installation

<!-- Please specify how you installed Verba. Please always make sure to install Verba in a clean python environment and have at least 3.10.0 installed -->

- [ ] pip install goldenverba
- [ ] pip install from source
- [ ] Docker installation

If you installed via pip, please specify the version:

## Weaviate Deployment

<!-- Please specify the Weaviate deployment you are using. -->

- [ ] Local Deployment
- [ ] Docker Deployment
- [ ] Cloud Deployment

## Configuration

<!-- If you can, please specify the what components you are using. -->

Reader:
Chunker:
Embedder:
Retriever:
Generator:

## Steps to Reproduce

<!-- If this is a bug, please provide detailed steps on how to reproduce the issue. If this is a feature, please describe what you want to be added or changed. -->

## Additional context

<!-- Add any other context about the problem here. -->
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
.env*
__pycache__
.DS_Store
.pytest_cache
Expand Down
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

All notable changes to this project will be documented in this file.

## [2.0.0] Importastic

## Added

- Async Ingestion with realtime logging
- Migrated to Weaviate v4 Client
- Added new File Selection Interface
- Add Directory Upload
- Control Settings per file/url individually
- Import indivdual files or all
- Overwrite existing files
- Add multiple labels to documents
- More configuration for readers, chunkers, and embedders
- Improved Document Search UI
- Add Config Validation
- Add HTML Reader
- Add Recursive Chunker
- HTML Chunker
- Markdown Chunker
- Code Import
- Code Chunking
- Semantic Chunking
- Label Filter
- Document Filter (Add document to chat)
- Add more themes
- Reworked Admin Interface
- Added Suggestion View
- Reworked Suggestion logic
- Added VoyageAI
- Added DocumentExplorer with
- Content View
- Chunk View
- Vector View
- Visualize vectors of chunks of one or multiple documents
- PCA
- t-SNE
- UMAP

## [1.0.3]

## Added
Expand Down
248 changes: 79 additions & 169 deletions README.md

Large diffs are not rendered by default.

127 changes: 0 additions & 127 deletions TECHNICAL.md

This file was deleted.

Loading

0 comments on commit 4547320

Please sign in to comment.