Published onDecember 19, 2024FastAPI 返回值中排除 None 值pythonfastapipydantic在 FastAPI 中使用 Pydantic 的 exclude_none 选项,可以避免在 JSON 序列化时包含 None 值。
Published onOctober 10, 2024LangChain 小记:LLM 多任务并行处理langchainllmpythonLangChain 造的 RunnableParallel 轮子还是很好用的