# Baseplate ## Docs - [Completions](https://docs.baseplate.ai/api-reference/completions.md): Use this API to generate completions from a project. See the API section of your endpoint on the Baseplate console for copy-pasteable code. - [Completions](https://docs.baseplate.ai/api-reference/completions-2.md): Use this API to generate completions from a project. See the API section of your endpoint on the Baseplate console for copy-pasteable code. - [Create a dataset](https://docs.baseplate.ai/api-reference/datasets/datasets.md): Creates a dataset - [List rows under a dataset](https://docs.baseplate.ai/api-reference/datasets/list-rows.md): Lists rows under a dataset. The rows are returned in the order they were added to the dataset. - [Document Filtered Search](https://docs.baseplate.ai/api-reference/document-filtered-search.md): Performs a full text search on documents in a dataset, then uses those documents to perform an embedding search on the dataset. This is the same as calling /search-documents followed by /search, and using the documents from the first call as a metadata filter. - [Add Data Rows](https://docs.baseplate.ai/api-reference/documents/add-data-rows.md) - [Create a Document](https://docs.baseplate.ai/api-reference/documents/create-document.md) - [Delete a Document](https://docs.baseplate.ai/api-reference/documents/delete-document.md) - [Delete a Single Row](https://docs.baseplate.ai/api-reference/documents/delete-single-row.md): Deletes the row from the dataset. Returns an empty response on success. - [List Documents Under a Dataset](https://docs.baseplate.ai/api-reference/documents/list-documents.md) - [Overview](https://docs.baseplate.ai/api-reference/documents/overview.md): Manage documents in your dataset - [Update All Rows for a Document](https://docs.baseplate.ai/api-reference/documents/update-all-rows.md): Update the content for an entire document. Warning: This will replace all rows with this document ID! - [Update a Single Row](https://docs.baseplate.ai/api-reference/documents/update-single-row.md) - [Upload a Document (file) to a Dataset](https://docs.baseplate.ai/api-reference/documents/upload-document.md): Upload a document directly and specify chunk size/overlap, and metadata. Limit to 100MB uploads - [Upsert Data Rows](https://docs.baseplate.ai/api-reference/documents/upsert-data-rows.md): Upserts the rows. Creates a document if no document_id is provided in the request. If one is provided, and it already exists, the data rows will be replaced. - [Add a Comment to a Log](https://docs.baseplate.ai/api-reference/logs-and-human-feedback/add-comment.md) - [List Logs](https://docs.baseplate.ai/api-reference/logs-and-human-feedback/list-logs.md): Lists logs, sorted by most recent. - [Updates the Rating for a Completion Log](https://docs.baseplate.ai/api-reference/logs-and-human-feedback/updates-rating.md): Updates the rating of a completion using human feedback from your users. If you surface a like/dislike or other rating system, you can track the feedback in Baseplate. - [Search](https://docs.baseplate.ai/api-reference/search.md): Manually search your dataset using semantic or hybrid search. - [Search Documents](https://docs.baseplate.ai/api-reference/search-documents.md): Full text search for documents in a dataset. Based on keywords in the query. - [⏯️ Playground+](https://docs.baseplate.ai/fancy-stuff/playground.md): A better way to prompt engineer - [☁ Sync with GitHub (Alpha)](https://docs.baseplate.ai/fancy-stuff/sync-with-github--alpha.md): Serialize prompt template info in JSON to sync with GitHub. - [🚆 Training (Deprecated)](https://docs.baseplate.ai/fancy-stuff/training--alpha.md): Fine Tune Variations of Your Model - [🔑 Add your API keys](https://docs.baseplate.ai/getting-started/add-api-keys.md): Connect your LLM providers - [🤝 Add Your Teammates](https://docs.baseplate.ai/getting-started/add-your-teammates.md): Your team can work together on a shared set of apps, models, and datasets! - [🚀 Create an Endpoint](https://docs.baseplate.ai/getting-started/create-an-endpoint.md): Share your work with the world - [🍎 Creating Apps](https://docs.baseplate.ai/getting-started/creating-apps.md): Version control for your prompts and parameters. - [🎁 Database](https://docs.baseplate.ai/getting-started/database.md): Create a database for your LLM App - [🍽️ Baseplate (YC W23)](https://docs.baseplate.ai/introduction.md): Backend-as-a-Service for LLM Apps - [📈 Use Cases](https://docs.baseplate.ai/use-cases.md): Ways Our Users Use Baseplate ## Optional - [Contact Us](mailto:founders@trybaseplate.io)