Skip to content

Commit

Permalink
Merge pull request #318 from harishmohanraj/main
Browse files Browse the repository at this point in the history
Clean up Docusaurus related files
  • Loading branch information
harishmohanraj authored Dec 30, 2024
2 parents 767d539 + 008da3f commit e6df860
Show file tree
Hide file tree
Showing 28 changed files with 10,787 additions and 12,603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Sleep for 5 minutes
run: sleep 300

- name: Check links using container
- name: Check for broken links
run: ./scripts/broken-links-check.sh
6 changes: 4 additions & 2 deletions .muffet-excluded-links.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
http://localhost
http://0.0.0.0
linkedin.com
x.com
twitter.com
Expand All @@ -10,7 +11,9 @@ https://code.visualstudio.com/docs/devcontainers/containers
https://thesequence.substack.com/p/my-five-favorite-ai-papers-of-2023
https://www.llama.com/docs/how-to-guides/prompting/
https://azure.microsoft.com/en-us/get-started/azure-portal
https://github.com/pgvector/pgvector?tab=readme-ov-file
https://azure.microsoft.com/en-us/products/ai-services/openai-service
https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=azurefreeaccount
https://github.com/pgvector/pgvector
https://github.com/ag2ai/ag2/blob/b1adac515931bf236ac59224269eeec683a162ba/test/oai/test_client.py
https://github.com/ag2ai/ag2/blob/main/notebook/contributing.md
https://github.com/openai/openai-python/blob/d231d1fa783967c1d3a1db3ba1b52647fff148ac/src/openai/resources/completions.py
Expand All @@ -23,7 +26,6 @@ https://github.com/ag2ai/ag2/blob/main/autogen/agentchat/contrib/agent_builder.p
https://github.com/qdrant/qdrant-client/blob/master/qdrant_client/qdrant_client.py
https://qdrant.github.io/qdrant/redoc/index.html#tag/collections/operation/create_collection
https://qdrant.github.io/qdrant/redoc/index.html#tag/collections/operation/create_field_index
https://github.com/pgvector/pgvector?tab=readme-ov-file#hnsw
https://github.com/chroma-core/chroma/blob/566bc80f6c8ee29f7d99b6322654f32183c368c4/chromadb/segment/impl/vector/local_hnsw.py
https://github.com/nmslib/hnswlib#supported-distances
https://github.com/ollama/ollama/blob/main/docs/api.md#parameters
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ repos:
website/docs/topics/non-openai-models/cloud-gemini.ipynb |
notebook/.* |
test/agentchat/contrib/graph_rag/trip_planner_data/.* |
test/agentchat/contrib/graph_rag/paul_graham_essay.txt
test/agentchat/contrib/graph_rag/paul_graham_essay.txt |
website/package-lock.json
)$
# See https://jaredkhan.com/blog/mypy-pre-commit
Expand Down
1 change: 0 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dependencies
/node_modules
package-lock.json

# Production
/build
Expand Down
3 changes: 0 additions & 3 deletions website/babel.config.js

This file was deleted.

Loading

0 comments on commit e6df860

Please sign in to comment.