Browse Source

fix certbot error

windhamdavid 1 year ago
parent
commit
f7d4e80687
2 changed files with 22 additions and 5 deletions
  1. 9 0
      docs/computers/woozie.md
  2. 13 5
      notes/work/projects/ai.md

+ 9 - 0
docs/computers/woozie.md

@@ -778,6 +778,15 @@ sudo systemctl restart apache2
 # set cron to renew
 sudo crontab -e
 11 1 * * 1 /usr/bin/certbot renew --quiet --noninteractive
+
+# issue where I had added www to subdomains and didn't have a DNS record
+# modify the cert to remove the www
+sudo certbot certonly --cert-name code.davidawindham.com -d code.davidawindham.com
+An RSA certificate named code.davidawindham.com already exists. Do you want to
+update its key type to ECDSA? (U)pdate
+
+# to test
+sudo certbot renew --dry-run
 ```
 
 ### Dev

+ 13 - 5
notes/work/projects/ai.md

@@ -22,6 +22,8 @@ I've recently started learning how to create embeddings using vector databases w
 
 #### Prompt Engineering
 
+#### Fine Tuning vs. Semantic Search
+
 
 ## Stack 
 
@@ -51,12 +53,18 @@ I've recently started learning how to create embeddings using vector databases w
 
 ### Repos 
 
-- <https://github.com/pgvector/pgvector>
-- <https://github.com/supabase/supabase>
-- <https://github.com/facebook/docusaurus/discussions/8835>
-- <https://github.com/windhamdavid/markprompt>
+- PGVector <https://github.com/pgvector/pgvector>
+- SupaBase <https://github.com/supabase/supabase>
+- Docusaurus Integration <https://github.com/facebook/docusaurus/discussions/8835>
+- MarkPrompt <https://github.com/windhamdavid/markprompt>
 - <https://github.com/windhamdavid/dw-markprompt>
-- <https://supabase.com/customers/mendableai>
+- Mendable <https://supabase.com/customers/mendableai>
+- Llama Index <https://github.com/jerryjliu/llama_index>
+- Llama Hub <https://github.com/emptycrown/llama-hub>
+- Llama Index WordPress <https://github.com/emptycrown/llama-hub/tree/main/loader_hub/wordpress>
+- Llama Index Git Repo <https://llamahub.ai/l/github_repo>
+- Llama Index GPT Retrieval Plugin - <https://llamahub.ai/l/chatgpt_plugin>
+
 
 ### Resources