Skip to content

Commit

Permalink
update documentation and remove helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall committed Apr 5, 2024
1 parent 3ff240c commit b2dafb1
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 574 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: cargo --locked fmt -p bleep -- --check

- name: Clippy
run: cargo --locked clippy -p bleep --features=ee-pro,ee-cloud
run: cargo --locked clippy -p bleep

- name: Tests
run: cargo --locked test -p bleep --release --features=ee-pro,ee-cloud
run: cargo --locked test -p bleep --release
37 changes: 0 additions & 37 deletions .github/workflows/validate.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY server server
COPY apps/desktop/src-tauri apps/desktop/src-tauri
COPY Cargo.lock Cargo.toml .
RUN --mount=target=/root/.cache/sccache,type=cache --mount=target=/build/target,type=cache \
cargo --locked build --bin bleep --release --features=ee-cloud && \
cargo --locked build --bin bleep --release && \
cp /build/target/release/bleep / && \
sccache --show-stats && \
mkdir /dylib && \
Expand Down
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ https://github.com/BloopAI/bloop/assets/7957964/01db3ccb-4af0-49a0-92d6-5a9c4235

## Features

- GPT-4 based conversational search
- AI-based conversational search
- Code Studio, an LLM playground that uses your code as context
- Blazing fast regex search
- Sync your local and GitHub repositories (support for more code hosts coming soon!)
- Sync your local and GitHub repositories
- Sophisticated query filters so you can narrow down your results
- Find functions, variables or traits with symbol search
- Precise code navigation (go-to-reference and go-to-definition) for 10+ of the most popular languages built with [Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
Expand All @@ -39,10 +39,21 @@ For instructions on how to build from source or run bloop from the command line,
- [Build bloop app from source](./apps/desktop/README.md)
- [Run bloop from the command line](./server/README.md)

Note that it is currently _not_ possible to use conversational GPT-4 search where bloop has been built from source (we're working on this). You can run regex searches and use code-navigation.

If you encounter any index issues you can wipe the bloop cache and reindex. Instructions on how to do this on different platforms [are here](./apps/desktop/README.md).

## Building From Source

You can build bloop from source and run it with your own OpenAI API key. Clone the repo, make sure the `oss` branch is checked out, and create a file called `local_config.json` at the top-level of the repo. `local_config.json` should contain the following fields:

```json
{
"github_access_token": "<YOUR_GITHUB_ACCESS_TOKEN>",
"openai_api_key": "<YOUR_OPENAI_API_KEY>"
}
```

Then follow [these installation instructions](./apps/desktop/README.md). If built from source, bloop will not collect any telemetry.

## Contributing

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/BloopAI/bloop)
Expand Down
23 changes: 0 additions & 23 deletions helm/bloop/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions helm/bloop/Chart.yaml

This file was deleted.

102 changes: 0 additions & 102 deletions helm/bloop/templates/_helpers.tpl

This file was deleted.

125 changes: 0 additions & 125 deletions helm/bloop/templates/deployment.yaml

This file was deleted.

Loading

0 comments on commit b2dafb1

Please sign in to comment.