-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
320 changed files
with
20,164 additions
and
13,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.env | ||
.env* | ||
__pycache__ | ||
.DS_Store | ||
.pytest_cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.