issues
search
thijsfranck
/
courageous-comets
This is the workspace of the Courageous Comets team for the Python Discord Summer Code Jam 2024! ☄️
https://thijsfranck.github.io/courageous-comets/
MIT License
2
stars
0
forks
source link
feat: return messages based on similarity score
#30
Closed
elfkuzco
closed
3 months ago
elfkuzco
commented
3 months ago
Changes
set up vectorizer in bot
setup_hook
create
VectorizedMessage
class with
Message
base as clients shouldn't expect to receive the embedding from redis response
set up redis fixture in conftest
save messages to redis
fetch messages based on similarity score
set up redis container on ci
Changes
setup_hook
VectorizedMessage
class withMessage
base as clients shouldn't expect to receive the embedding from redis response