Dynavera/report/references.bib

144 lines
4.4 KiB
BibTeX
Raw Normal View History

@misc{anthropic2024mcp,
author = {{Anthropic}},
title = {Model Context Protocol (MCP) Specification},
year = {2024},
howpublished = {\url{https://modelcontextprotocol.io}},
note = {Accessed: 2026-03-09}
}
@misc{huggingface2024mcp,
author = {{Hugging Face}},
title = {Introduction to Model Context Protocol (MCP)},
year = {2024},
howpublished = {\url{https://huggingface.co/learn/mcp-course/en/unit1/key-concepts}},
note = {Accessed: 2026-03-09}
}
@misc{langgraph2024,
author = {{LangChain}},
title = {LangGraph: Building Stateful, Multi-agent Applications with LLMs},
year = {2024},
howpublished = {\url{https://docs.langchain.com/oss/python/langgraph/workflows-agents}},
note = {Accessed: 2026-03-09}
}
@misc{meta2024llama3,
author = {{Meta AI}},
title = {Llama 3: Open-weight Large Language Models},
year = {2024},
howpublished = {\url{https://llama.meta.com/llama3/}},
note = {Accessed: 2026-03-09}
}
@misc{pgvector2024,
author = {{PostgreSQL Global Development Group}},
title = {pgvector: Open-source Vector Similarity Search for PostgreSQL},
year = {2024},
howpublished = {\url{https://github.com/pgvector/pgvector}},
note = {Accessed: 2026-03-09}
}
@misc{pinecone2023rag,
author = {{Pinecone}},
title = {Retrieval Augmented Generation (RAG) and Semantic Search},
year = {2023},
howpublished = {\url{https://www.pinecone.io/learn/retrieval-augmented-generation/}},
note = {Accessed: 2026-03-09}
}
@misc{dettmers2023bitsandbytes,
author = {Dettmers, Tim},
title = {4-bit Quantization and Bitsandbytes for LLMs},
year = {2023},
howpublished = {\url{https://huggingface.co/blog/4bit-transformers-bitsandbytes}},
note = {Accessed: 2026-03-09}
}
@misc{vllm2024,
author = {{vLLM Team}},
title = {High-Throughput Serving with PagedAttention},
year = {2024},
howpublished = {\url{https://vllm.ai}},
note = {Accessed: 2026-03-09}
}
@misc{channels2024docs,
author = {{Django Software Foundation}},
title = {Django Channels Documentation},
year = {2024},
howpublished = {\url{https://channels.readthedocs.io/en/stable/}},
note = {Accessed: 2026-03-09}
}
@misc{django2024docs,
author = {{Django Software Foundation}},
title = {Django Documentation},
year = {2024},
howpublished = {\url{https://docs.djangoproject.com/}},
note = {Accessed: 2026-03-09}
}
@misc{drf2024docs,
author = {{Encode OSS}},
title = {Django REST Framework Documentation},
year = {2024},
howpublished = {\url{https://www.django-rest-framework.org/}},
note = {Accessed: 2026-03-09}
}
@misc{celery2024docs,
author = {{Celery Project}},
title = {Celery Documentation},
year = {2024},
howpublished = {\url{https://docs.celeryq.dev/}},
note = {Accessed: 2026-03-09}
}
@misc{redis2024docs,
author = {{Redis Ltd.}},
title = {Redis Documentation},
year = {2024},
howpublished = {\url{https://redis.io/docs/}},
note = {Accessed: 2026-03-09}
}
@misc{fastapi2024docs,
author = {{FastAPI}},
title = {FastAPI Documentation},
year = {2024},
howpublished = {\url{https://fastapi.tiangolo.com/}},
note = {Accessed: 2026-03-09}
}
@misc{sbert2024docs,
author = {{UKPLab / SBERT}},
title = {Sentence-Transformers Documentation},
year = {2024},
howpublished = {\url{https://www.sbert.net/}},
note = {Accessed: 2026-03-09}
}
@misc{llamacpp2024,
author = {{ggml-org}},
title = {llama.cpp Documentation},
year = {2024},
howpublished = {\url{https://github.com/ggml-org/llama.cpp}},
note = {Accessed: 2026-03-09}
}
@misc{llamacpppython2024,
author = {Abetlen},
title = {llama-cpp-python Documentation},
year = {2024},
howpublished = {\url{https://github.com/abetlen/llama-cpp-python}},
note = {Accessed: 2026-03-09}
}
@misc{pytorch2024docs,
author = {{PyTorch Team}},
title = {PyTorch Documentation},
year = {2024},
howpublished = {\url{https://pytorch.org/docs/}},
note = {Accessed: 2026-03-09}
}