A Voyage AI se une ao MongoDB para impulsionar aplicativos de AI mais precisos e confiáveis no Atlas.

Explore o novo chatbot do Developer Center! O MongoDB AI chatbot pode ser acessado na parte superior da sua navegação para responder a todas as suas perguntas sobre o MongoDB .

FastAPI

FastAPI

Em destaque

Tutorial

​​Reinventando a pesquisa multimodal com MongoDB e Anyscale

Neste guia abrangente,
exploramos uma solução para
modernização dos sistemas de
pesquisa legados usando Anysc...
...
MongoDB thumbnail image

Sep 18, 2024 | 20 min read
KK
MS
Kamil Kaczmarek (+1)
Vídeo

Criando serviços de AI com FastAPI e CloudRock

MongoDB thumbnail image
Play Button

Aug 15, 2024 | 58 min
Vídeo

Fundamentos da criação de um aplicativo FIRM Stack em 5 minutos

MongoDB thumbnail image
Play Button

May 23, 2024 | 3 min
Todo o conteúdo do FastApi
Pesquisar
  • Mais recenteverificar
  • Mais bem avaliado
Tutorial

Crie uma Cocktail API com o Beanie e o MongoDB

Este novo Beanie ODM é muito bom.
MongoDB thumbnail image

Oct 01, 2024
Mark Smith
Tutorial

​​Reinventando a pesquisa multimodal com MongoDB e Anyscale

Neste guia abrangente, exploramos uma solução para modernização dos sistemas de pesquisa legados usando Anyscale e MongoDB. O guia aborda a criação de um pipeline de indexação de dados multimodal escalável, a implementação de um back-end de pesquisa híbrida e a criação de uma interface amigável. A solução aproveita o MongoDB Atlas Vector Search e a plataforma de computação AI da Anyscale para aprimorar os recursos de pesquisa em dados de texto e imagem.
MongoDB thumbnail image

Sep 18, 2024
KK
MS
Kamil Kaczmarek (+1)
Vídeo

Criando serviços de AI com FastAPI e CloudRock

✅ Conta do MongoDB Atlas → https://mdb.link/KL8CAm6Eoks-register ✅ Obtenha ajuda em nossos fóruns da comunidade → https://mdb.link/KL8CAm6Eoks-forums ✅ Artigo escrito → https://mdb.link/KL8CAm6Eoks-artigo - Analisaremos um aplicativo de pilha FARM ( Go , React e MongoDB) que criei e que faz a Pesquisa multimodal do Atlas para encontrar imagens usando os índices vetoriais da Pesquisa Atlas do MongoDB. Falarei sobre alguns dos pontos complicados da implementação e como trabalhar com o Cama do Rock a partir de aplicativos assíncronos.
MongoDB thumbnail image
Play Button

Aug 15, 2024
Início rápido

Introdução ao MongoDB e FastAPI

Neste início rápido, criaremos um aplicativo CRUD (Criar, Ler, Atualizar, Excluir) mostrando como você pode integrar o MongoDB com seus projetos FastAPI.
MongoDB thumbnail image

Jul 12, 2024
Aaron Bassett (+1)
Vídeo

Fundamentos da criação de um aplicativo FIRM Stack em 5 minutos

❗ Aqui está o link correto - https://mongodb-celeb-search.com/ ✅ Inscreva-se para um cluster gratuito em → https://mdb.link/LldmlWM1amg-register ✅ Obtenha ajuda em nossos fóruns da comunidade → https://mdb.link/LldmlWM1amg-forums - Junte-se à advogada associada Anaiya Raisinghani enquanto ela fala sobre os fundamentos da criação de um aplicativo de pilha FARM nesta palestra rápida de 5 minutos. ✅ Para obter mais informações sobre a pilha FARM do MongoDB, confira este artigo em nosso Centro de desenvolvedores → https://mdb.link/LldmlWM1amg-article - Inscreva-se no MongoDB YouTube→ https://mdb.link/subscribe #farm #react #fastapi #python #mongodb #developers
MongoDB thumbnail image
Play Button

May 23, 2024
Artigo

8 Melhores práticas para criar aplicativos FastAPI e MongoDB

O FastAPI se integra perfeitamente ao MongoDB por meio da biblioteca Motor, permitindo interações assíncronas com o banco de dados.
MongoDB thumbnail image

Apr 23, 2024
Mark Smith
Artigo

Apresentando FARM Stack - FastAPI, React e MongoDB

Apresentando FARM Stack - FastAPI, React e MongoDB
MongoDB thumbnail image

Apr 02, 2024
Aaron Bassett
Vídeo

Going FARMing with Python & FastAPI!

✅ Sign-up for a free cluster at → https://mdb.link/65jdbqw8XHE-register ✅ Get help on our Community Forums → https://mdb.link/65jdbqw8XHE-forums - Every week you can watch Mark as he builds out a Data Access Layer in Python. The experimental docbridge library is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. There are quite a few features in the docbridge library now! Let's build something with it, demonstrating some of the data modeling patterns it helps to abstract, and we can talk about how well it works with FastAPI and maybe some changes to make it even better. 📚 RESOURCES 📚 Best Practices for FastAPI & MongoDB → https://mdb.link/melhor-prático-fastapi-65jdbqw8XHE Six Principles of Resilient Evolvability → https://mdb.link/65jdbqw8XHE-blog Building with Patterns → https://mdb.link/65jdbqw8XHE-patterns Docbridge GitHub Repo → https://github.com/mongodb-developer/docbridge 💬 Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ ------ ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Mar 27, 2024
Vídeo

Going Async with Python!

✅ Sign-up for a free cluster at - https://mdb.link/0_mMQrP9RCM-register ✅ Get help on our Community Forums - https://mdb.link/0_mMQrP9RCM-community - Every week you can watch Mark as he builds out a Data Access Layer in Python. The experimental docbridge library is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. Docbridge was built using PyMongo, but now I want to use it with FastAPI, so it needs to be ported or adapted to work as an async library. We'll go deep into the complexities of async libraries and generators, and talk about good practices for updating the data in your MongoDB database. - 📚 RESOURCES 📚 ✅ Six Principles of Resilient Evolvability - https://mdb.link/0_mMQrP9RCM-principles ✅ Building with Patterns - https://mdb.link/0_mMQrP9RCM-summary ✅ Docbridge GitHub Repo - https://github.com/mongodb-developer/docbridge ------ Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ ✅ Subscribe to our channel - https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Mar 27, 2024
Vídeo

Code With Mark: Let's go FARMing!

✅ Sign-up for a free cluster at → https://mdb.link/_hmOnVurboQ-register ✅ Get help on our Community Forums → https://mdb.link/_hmOnVurboQ-forums - Every week you can watch Mark as he builds out a Data Access Layer in Python. This library, called docbridge, is an attempt to build a Pythonic framework that takes into account the various patterns that are used when designing document models with MongoDB. FastAPI is becoming a go-to framework for Python developers building APIs and applications with MongoDB. I've built a blocking data access library, but FastAPI is built on asyncio! That means that the code needs to be rewritten to work as both blocking and async. Let's go deep under the covers of coroutines and asynchronous iterators, and find out what's going on! - RESOURCES ✅ Full Stack FastAPI App Generator → https://mdb.link/_hmOnVurboQ-generator ✅ The Six Principles for Building Flexible Data Applications → https://mdb.link/_hmOnVurboQ-principles ✅ Building with Patterns → https://mdb.link/_hmOnVurboQ-patterns ✅ Docbridge GitHub Repo → https://mdb.link/_hmOnVurboQ-docbridge Connect with Mark: LinkedIn: https://www.linkedin.com/in/judy2k/ ------ ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Mar 08, 2024