-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Expected Behavior
When one of the nodes that a federated query is sent to times out, we expect a successful f-…
-
Custom exception handlers should also appear as possible responses in the auto-generated OpenAPI specification.
-
Para liberar a versão final, revisar todas as aulas individualmente. O objetivo dessa issue não é reescrever nada, mas tentar aplicar todos os passos (fazer o curso de fato) e buscar por possíveis pro…
-
# 240326 일간 회의
## 공지사항
1. 수시로 Commit 및 Issue 확인 요청
* 매일 Commit
* 시간 경과한 Issue는 종료 처리
3. ERD 수정 반영
4. 이력서 기능 통합 이후 프레임워크화 -> 재사용을 통한 확장
## 개인별 작업 진행 현황
### 김수영
**완료**
1. Spring: 회원정보 CRUD, …
-
#![allow(clippy::unused_async)]
use loco_rs::prelude::*;
use sea_orm::DeleteResult;
use crate::models::_entities::recipes;
use crate::models::_entities::recipes::{ActiveModel};
use serde::Deser…
-
## Goal
Separate the frontend and backend by migrating them to use FastAPI
## TODOs
- [ ] allow chat conversation to be fetched from database
- [ ] session ids for chats
-
I'm trying to run verba using docker-compose, when I run it (I fixed Dockerfile to use Python 3.10 BTW) I get
```
verba-verba-1 | /usr/local/lib/python3.10/site-packages/PyPDF2/__init__.py:21:…
-
-
File "/home/echoshoot/.conda/envs/LLMAPIs/lib/python3.11/site-packages/fastapi_sqlmodel_crud/_sqlmodel.py", line 18, in
from fastapi.encoders import DictIntStrAny, SetIntStr
ImportError: cann…
-
In your FastAPI application, using `db.engine.dispose()` at the end of each request to manage database sessions is not the recommended approach. Instead, you should manage database sessions using cont…