Skip to content

Commit ab47999

Browse files
authored
Merge pull request #2 from weaviate/add_example_data
Add OpenAI Example data
2 parents b39677c + 2ce5f6f commit ab47999

File tree

4 files changed

+2790
-5
lines changed

4 files changed

+2790
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ build
99
~
1010
.local
1111
.cache
12-
.verba
12+
.verba
13+
.vscode

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [0.2.3] - 05.09.2023
6+
7+
### Added
8+
- OpenAI API documentation example dataset
9+
510
## [0.2.2] - 31.08.2023
611

712
### Release!

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,14 @@ Verba offers straightforward commands to import your data for further interactio
101101
> Basic CRUD operations and UI interactions are also in the pipeline.
102102
103103
```
104-
verba start # Initiates Verba application
104+
verba start --model "gpt-3.5-turbo" # Initiates Verba application
105105
verba import --path "Path to your dir or file" --model "gpt-3.5-turbo" --clear True # Imports data into Verba
106-
verba clear # Deletes all data within Verba
107-
verba clear_cache # Removes cached data in Verba
106+
verba clear # Deletes all data within Verba
107+
verba clear_cache # Removes cached data in Verba
108108
```
109109

110-
If you've cloned the repository, you can get a quick start with sample datasets in the `./data` directory. Use `verba import --path ./data` to import these samples. You can also populate Verba with predefined suggestions using a JSON list via `verba import --path suggestions.json`. An example is provided in the `./data` directory.
110+
If you've cloned the repository, you can get a quick start with sample datasets in the `./data` directory. Use `verba import --path ./data` to import these samples. You can also populate Verba with predefined suggestions using a JSON list via `verba import --path suggestions.json`. An example is provided in the `./data/minecraft` directory.
111+
111112

112113
## 💰 Large Language Model (LLM) Costs
113114

0 commit comments

Comments
 (0)