File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,22 @@ Some cleanup for the products.csv was done:
39
39
* removed new lines;
40
40
* used the first sentence (100 chars) for the embeddings.
41
41
42
- I'm storing product_embeddings inside a Pandas dataframe (database -> in_memory.db.py)
42
+ I'm storing product_embeddings inside a Pandas dataframe (database -> in_memory.db.py).
43
43
44
44
</td >
45
45
</tr >
46
46
</table >
47
47
48
48
### Built With
49
49
50
- - [ GitHub Flavored Markdown Spec] ( https://github.github.com/gfm/ )
51
- - [ Cookiecutter] ( https://github.com/cookiecutter/cookiecutter )
52
- - [ GitHub Actions] ( https://github.com/features/actions )
53
- - [ markdownlint-cli] ( https://github.com/igorshubovych/markdownlint-cli )
50
+ - BAML
51
+ - Python 3.12
52
+ - FastAPI
53
+ - OpenAI
54
+ - Pydantic
55
+ - Pandas
56
+ - Numpy
57
+ - Swagger
54
58
55
59
## Getting Started
56
60
You can’t perform that action at this time.
0 commit comments