shaw93
shaw93
Explore posts from servers
RRailway
Created by shaw93 on 2/8/2024 in #✋|help
hosting chroma docker
hey has anyone hosted a persistant chroma db on railway.app? I only see AWS on the chroma docs https://docs.trychroma.com/deployment
6 replies
RRailway
Created by shaw93 on 12/5/2023 in #✋|help
Issues with fastapi app
No description
4 replies
DTDrizzle Team
Created by shaw93 on 7/30/2023 in #help
groupby multiple things
the SQL query I want to convert ends with:
GROUP BY
u.user_id,
e.ExerciseID;
GROUP BY
u.user_id,
e.ExerciseID;
I see no where in the docs for multiple groupBy however would expect this would work:
.groupBy([
users.user_id,
exercises.ExerciseID
]);
.groupBy([
users.user_id,
exercises.ExerciseID
]);
how to achieve this?
2 replies