File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ 1.1.2] ( https://github.com/lpm0073/hybrid-search-retriever/compare/v1.1.1...v1.1.2 ) (2023-12-01)
2
2
3
-
4
3
### Bug Fixes
5
4
6
- * syntax error in examples.prompt ([ 230b709] ( https://github.com/lpm0073/hybrid-search-retriever/commit/230b7090c96bdd4d7d8757b182f891ab1b82c6f4 ) )
5
+ - syntax error in examples.prompt ([ 230b709] ( https://github.com/lpm0073/hybrid-search-retriever/commit/230b7090c96bdd4d7d8757b182f891ab1b82c6f4 ) )
7
6
8
7
## [ 1.1.1] ( https://github.com/lpm0073/netec-llm/compare/v1.1.0...v1.1.1 ) (2023-12-01)
9
8
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ python3 -m models.examples.training_services_oracle "Oracle database administrat
46
46
python3 -m models.examples.load "./data/"
47
47
48
48
# example 6 - Retrieval Augmented Generation
49
- python3 -m models.examples.rag "What is Accounting Based Valuation ?"
49
+ python3 -m models.examples.rag "What analytics and accounting courses does Wharton offer ?"
50
50
```
51
51
52
52
## Setup
You can’t perform that action at this time.
0 commit comments