Skip to content

Commit

Permalink
Merge pull request #2 from Battle-Scars/tech-stack-file
Browse files Browse the repository at this point in the history
Create tech stack docs (techstack.yml and techstack.md)
  • Loading branch information
chris18890 authored Dec 14, 2023
2 parents 478c6d2 + 0e18561 commit e4d22f9
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 9 deletions.
39 changes: 33 additions & 6 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,48 @@
<!--
--- Readme.md Snippet without images Start ---
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Battle-Scars/battlescars-mta-sts-site is built on the following main stack:
- [LangChain](https://github.com/hwchase17/langchain) – Large Language Model Tools
- [pgvector](https://github.com/pgvector/pgvector/) – Database Tools
Full tech stack [here](/techstack.md)
--- Readme.md Snippet without images End ---
--- Readme.md Snippet with images Start ---
&lt;--- Readme.md Snippet without images End ---&gt;
&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Battle-Scars/battlescars-mta-sts-site is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/48790/default_5b6c6b73f1ff3775c85d2a1ba954cb87e30cbf13.jpg' alt='LangChain'/> [LangChain](https://github.com/hwchase17/langchain) – Large Language Model Tools
- <img width='25' height='25' src='https://img.stackshare.io/service/109221/default_b888cdf5617d936aa6aacf130911906955508639.png' alt='pgvector'/> [pgvector](https://github.com/pgvector/pgvector/) – Database Tools
Full tech stack [here](/techstack.md)
--- Readme.md Snippet with images End ---
&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [Battle-Scars/battlescars-mta-sts-site](https://github.com/Battle-Scars/battlescars-mta-sts-site)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|2<br/>Tools used|11/23/23 <br/>Report generated|
|4<br/>Tools used|12/14/23 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/databases.svg'/> Data (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/109221/default_b888cdf5617d936aa6aacf130911906955508639.png' alt='pgvector'>
<br>
<sub><a href="https://github.com/pgvector/pgvector/">pgvector</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (1)
<table><tr>
<td align='center'>
Expand All @@ -37,7 +56,7 @@ Full tech stack [here](/techstack.md)
</tr>
</table>

## Other (1)
## Other (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2270/no-img-open-source.png' alt='HTML'>
Expand All @@ -47,6 +66,14 @@ Full tech stack [here](/techstack.md)
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/48790/default_5b6c6b73f1ff3775c85d2a1ba954cb87e30cbf13.jpg' alt='LangChain'>
<br>
<sub><a href="https://github.com/hwchase17/langchain">LangChain</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

Expand Down
28 changes: 25 additions & 3 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
repo_name: Battle-Scars/battlescars-mta-sts-site
report_id: 2c046055278ceb2c455bc3d2b2a36710
report_id: 8ee8bceb57f9adf77458a187a8a0efc0
repo_type: Public
timestamp: '2023-11-23T03:15:31+00:00'
timestamp: '2023-12-14T10:04:30+00:00'
requested_by: chris18890
provider: github
branch: main
detected_tools_count: 2
detected_tools_count: 4
tools:
- name: pgvector
description: Open-source vector similarity search for Postgres
website_url: https://github.com/pgvector/pgvector/
open_source: false
hosted_saas: false
category: Data Stores
sub_category: Database Tools
image_url: https://img.stackshare.io/service/109221/default_b888cdf5617d936aa6aacf130911906955508639.png
detection_source: ".well-known/mta-sts.txt"
last_updated_by: Chris Murray
last_updated_on: 2023-11-23 03:07:00.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
Expand All @@ -25,3 +36,14 @@ tools:
detection_source: index.html
last_updated_by: Chris Murray
last_updated_on: 2023-11-23 03:07:00.000000000 Z
- name: LangChain
description: Build AI apps with LLMs through composability
website_url: https://github.com/hwchase17/langchain
open_source: true
hosted_saas: false
category: Communications
sub_category: Large Language Model Tools
image_url: https://img.stackshare.io/service/48790/default_5b6c6b73f1ff3775c85d2a1ba954cb87e30cbf13.jpg
detection_source: ".well-known/mta-sts.txt"
last_updated_by: Chris Murray
last_updated_on: 2023-11-23 03:07:00.000000000 Z

0 comments on commit e4d22f9

Please sign in to comment.